#7D86CB

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

Shades of Wild Blue Yonder #7D86CB

Tints of Wild Blue Yonder #7D86CB

Color information

#7D86CB (or 0x7D86CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 86 and CB. RGB value is (125,134,203). Sum of RGB (Red+Green+Blue) = 125+134+203=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D86CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D86CB is #827934. Grayscale: #8A8A8A. Windows color (decimal): -8550709 or 13338237. OLE color: 13338237.

HSL color Cylindrical-coordinate representation of color #7D86CB: hue angle of 233.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D86CB is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125134203-
CMYK0.380.3400.20
HSL233.08º42.86%64.31%-
HSV(B)233.08º38.42%79.61%-
XYZ27.7625.7260-
YUV139.18164.02117.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.06%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=27.06%
G=29.00%
B=43.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251342030.380.3400.20233.0842.8664.31
Hex7D86CB2622014e92b40
Octal175206313464202435153100
Binary11111011000011011001011100110100010010100111010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,134,203); }

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

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

 a { background-color: rgb(125,134,203); }

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

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

 span { border-color: rgb(125,134,203); }

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