#7E8FCB

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

Shades of Wild Blue Yonder #7E8FCB

Tints of Wild Blue Yonder #7E8FCB

Color information

#7E8FCB (or 0x7E8FCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 8F and CB. RGB value is (126,143,203). Sum of RGB (Red+Green+Blue) = 126+143+203=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E8FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8FCB is #817034. Grayscale: #909090. Windows color (decimal): -8482869 or 13340542. OLE color: 13340542.

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

Color convert

RGB126143203-
CMYK0.380.3000.20
HSL226.75º42.54%64.51%-
HSV(B)226.75º37.93%79.61%-
XYZ29.2128.3960.44-
YUV144.76160.87114.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.69%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=26.69%
G=30.30%
B=43.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261432030.380.3000.20226.7542.5464.51
Hex7E8FCB261E014e32b41
Octal176217313463602434353101
Binary1111110100011111100101110011011110010100111000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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