#7E88CC

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

Shades of Wild Blue Yonder #7E88CC

Tints of Wild Blue Yonder #7E88CC

Color information

#7E88CC (or 0x7E88CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 88 and CC. RGB value is (126,136,204). Sum of RGB (Red+Green+Blue) = 126+136+204=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E88CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E88CC is #817733. Grayscale: #8C8C8C. Windows color (decimal): -8484660 or 13404286. OLE color: 13404286.

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

Color convert

RGB126136204-
CMYK0.380.3300.2
HSL232.31º43.33%64.71%-
HSV(B)232.31º38.24%80%-
XYZ28.3126.460.73-
YUV140.76163.69117.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.04%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=27.04%
G=29.18%
B=43.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1261362040.380.3300.2232.3143.3364.71
Hex7E88CC2621014e82b41
Octal176210314464102435053101
Binary11111101000100011001100100110100001010100111010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E88CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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