#7D8FC9

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

Shades of Wild Blue Yonder #7D8FC9

Tints of Wild Blue Yonder #7D8FC9

Color information

#7D8FC9 (or 0x7D8FC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 8F and C9. RGB value is (125,143,201). Sum of RGB (Red+Green+Blue) = 125+143+201=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D8FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FC9 is #827036. Grayscale: #8F8F8F. Windows color (decimal): -8548407 or 13209469. OLE color: 13209469.

HSL color Cylindrical-coordinate representation of color #7D8FC9: hue angle of 225.79º 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 #7D8FC9 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125143201-
CMYK0.380.2900.21
HSL225.79º41.3%63.92%-
HSV(B)225.79º37.81%78.82%-
XYZ28.8228.2259.19-
YUV144.23160.04114.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=26.65%
G=30.49%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251432010.380.2900.21225.7941.363.92
Hex7D8FC9261D015e22940
Octal175217311463502534251100
Binary1111101100011111100100110011011101010101111000101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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