#7D8DBE

Color #7D8DBE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7D8DBE

Tints of Wild Blue Yonder #7D8DBE

Color information

#7D8DBE (or 0x7D8DBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 8D and BE. RGB value is (125,141,190). Sum of RGB (Red+Green+Blue) = 125+141+190=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D8DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8DBE is #827241. Grayscale: #8D8D8D. Windows color (decimal): -8548930 or 12488061. OLE color: 12488061.

HSL color Cylindrical-coordinate representation of color #7D8DBE: hue angle of 225.23º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D8DBE is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125141190-
CMYK0.340.2600.25
HSL225.23º33.33%61.76%-
HSV(B)225.23º34.21%74.51%-
XYZ27.2827.1352.51-
YUV141.8155.2116.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 27.41%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=27.41%
G=30.92%
B=41.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251411900.340.2600.25225.2333.3361.76
Hex7D8DBE221A019e1213e
Octal17521527642320313414176
Binary111110110001101101111101000101101001100111100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D8DBE; }

 p { color: rgb(125,141,190); }

 H1.HeaderClassName
 {
   color: #7D8DBE;
 }
 .AnyTagClassName
 {
   color: #7D8DBE;
 }
</style>
background-color css

<style>
 a { background-color: #7D8DBE; }

 a { background-color: rgb(125,141,190); }

 div.DivClassName
 {
   background-color: #7D8DBE;
 }
 .BgClassName
 {
   background-color: #7D8DBE;
 }
</style>
border-color css

<style>
 span { border-color: #7D8DBE; }

 span { border-color: rgb(125,141,190); }

 td.TdClassName
 {
   border-color: #7D8DBE;
 }
 .TagClassName
 {
   border-color: #7D8DBE;
 }
</style>