#7C88CD

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

Shades of Wild Blue Yonder #7C88CD

Tints of Wild Blue Yonder #7C88CD

Color information

#7C88CD (or 0x7C88CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 88 and CD. RGB value is (124,136,205). Sum of RGB (Red+Green+Blue) = 124+136+205=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C88CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C88CD is #837732. Grayscale: #8B8B8B. Windows color (decimal): -8615731 or 13469820. OLE color: 13469820.

HSL color Cylindrical-coordinate representation of color #7C88CD: hue angle of 231.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C88CD is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124136205-
CMYK0.400.3400.20
HSL231.11º44.75%64.51%-
HSV(B)231.11º39.51%80.39%-
XYZ28.1426.361.35-
YUV140.28164.52116.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.67%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=26.67%
G=29.25%
B=44.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241362050.400.3400.20231.1144.7564.51
Hex7C88CD2822014e72d41
Octal174210315504202434755101
Binary11111001000100011001101101000100010010100111001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,136,205); }

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

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

 a { background-color: rgb(124,136,205); }

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

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

 span { border-color: rgb(124,136,205); }

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