#7C89CD

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

Shades of Wild Blue Yonder #7C89CD

Tints of Wild Blue Yonder #7C89CD

Color information

#7C89CD (or 0x7C89CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 89 and CD. RGB value is (124,137,205). Sum of RGB (Red+Green+Blue) = 124+137+205=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C89CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C89CD is #837632. Grayscale: #8C8C8C. Windows color (decimal): -8615475 or 13470076. OLE color: 13470076.

HSL color Cylindrical-coordinate representation of color #7C89CD: hue angle of 230.37º 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 #7C89CD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124137205-
CMYK0.400.3300.20
HSL230.37º44.75%64.51%-
HSV(B)230.37º39.51%80.39%-
XYZ28.2826.5861.4-
YUV140.86164.19115.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.61%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=26.61%
G=29.40%
B=43.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241372050.400.3300.20230.3744.7564.51
Hex7C89CD2821014e62d41
Octal174211315504102434655101
Binary11111001000100111001101101000100001010100111001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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