#7D88C9

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

Shades of Wild Blue Yonder #7D88C9

Tints of Wild Blue Yonder #7D88C9

Color information

#7D88C9 (or 0x7D88C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 88 and C9. RGB value is (125,136,201). Sum of RGB (Red+Green+Blue) = 125+136+201=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D88C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D88C9 is #827736. Grayscale: #8B8B8B. Windows color (decimal): -8550199 or 13207677. OLE color: 13207677.

HSL color Cylindrical-coordinate representation of color #7D88C9: hue angle of 231.32º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D88C9 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125136201-
CMYK0.380.3200.21
HSL231.32º41.3%63.92%-
HSV(B)231.32º37.81%78.82%-
XYZ27.826.1958.85-
YUV140.12162.36117.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.06%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 201 (78.91% from 255) = 43.51%
R=27.06%
G=29.44%
B=43.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251362010.380.3200.21231.3241.363.92
Hex7D88C92620015e72940
Octal175210311464002534751100
Binary11111011000100011001001100110100000010101111001111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D88C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,136,201); }

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

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

 a { background-color: rgb(125,136,201); }

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

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

 span { border-color: rgb(125,136,201); }

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