#7E86CB

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

Shades of Wild Blue Yonder #7E86CB

Tints of Wild Blue Yonder #7E86CB

Color information

#7E86CB (or 0x7E86CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 86 and CB. RGB value is (126,134,203). Sum of RGB (Red+Green+Blue) = 126+134+203=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E86CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E86CB is #817934. Grayscale: #8B8B8B. Windows color (decimal): -8485173 or 13338238. OLE color: 13338238.

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

Color convert

RGB126134203-
CMYK0.380.3400.20
HSL233.77º42.54%64.51%-
HSV(B)233.77º37.93%79.61%-
XYZ27.9125.860.01-
YUV139.47163.85118.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.21%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=27.21%
G=28.94%
B=43.84%

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
Decimal1261342030.380.3400.20233.7742.5464.51
Hex7E86CB2622014ea2b41
Octal176206313464202435253101
Binary11111101000011011001011100110100010010100111010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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