#7E88CB

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

Shades of Wild Blue Yonder #7E88CB

Tints of Wild Blue Yonder #7E88CB

Color information

#7E88CB (or 0x7E88CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 88 and CB. RGB value is (126,136,203). Sum of RGB (Red+Green+Blue) = 126+136+203=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E88CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E88CB is #817734. Grayscale: #8C8C8C. Windows color (decimal): -8484661 or 13338750. OLE color: 13338750.

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

Color convert

RGB126136203-
CMYK0.380.3300.20
HSL232.21º42.54%64.51%-
HSV(B)232.21º37.93%79.61%-
XYZ28.1926.3660.1-
YUV140.65163.19117.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=27.10%
G=29.25%
B=43.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261362030.380.3300.20232.2142.5464.51
Hex7E88CB2621014e82b41
Octal176210313464102435053101
Binary11111101000100011001011100110100001010100111010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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