#7D89CC

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

Shades of Wild Blue Yonder #7D89CC

Tints of Wild Blue Yonder #7D89CC

Color information

#7D89CC (or 0x7D89CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 89 and CC. RGB value is (125,137,204). Sum of RGB (Red+Green+Blue) = 125+137+204=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D89CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D89CC is #827633. Grayscale: #8C8C8C. Windows color (decimal): -8549940 or 13404541. OLE color: 13404541.

HSL color Cylindrical-coordinate representation of color #7D89CC: hue angle of 230.89º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D89CC is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB125137204-
CMYK0.390.3300.2
HSL230.89º43.65%64.51%-
HSV(B)230.89º38.73%80%-
XYZ28.326.6160.77-
YUV141.05163.52116.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.82%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=26.82%
G=29.40%
B=43.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251372040.390.3300.2230.8943.6564.51
Hex7D89CC2721014e72c41
Octal175211314474102434754101
Binary11111011000100111001100100111100001010100111001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,204); }

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

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

 a { background-color: rgb(125,137,204); }

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

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

 span { border-color: rgb(125,137,204); }

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