#7D8CBC

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

Shades of Wild Blue Yonder #7D8CBC

Tints of Wild Blue Yonder #7D8CBC

Color information

#7D8CBC (or 0x7D8CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 8C and BC. RGB value is (125,140,188). Sum of RGB (Red+Green+Blue) = 125+140+188=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D8CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CBC is #827343. Grayscale: #8C8C8C. Windows color (decimal): -8549188 or 12356733. OLE color: 12356733.

HSL color Cylindrical-coordinate representation of color #7D8CBC: hue angle of 225.71º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D8CBC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB125140188-
CMYK0.340.2600.26
HSL225.71º31.98%61.37%-
HSV(B)225.71º33.51%73.73%-
XYZ26.9126.7551.32-
YUV140.99154.53116.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.59%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=27.59%
G=30.91%
B=41.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251401880.340.2600.26225.7131.9861.37
Hex7D8CBC221A01Ae2203d
Octal17521427442320323424075
Binary111110110001100101111001000101101001101011100010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,140,188); }

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

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

 a { background-color: rgb(125,140,188); }

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

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

 span { border-color: rgb(125,140,188); }

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