#7E87CD

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

Shades of Wild Blue Yonder #7E87CD

Tints of Wild Blue Yonder #7E87CD

Color information

#7E87CD (or 0x7E87CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 87 and CD. RGB value is (126,135,205). Sum of RGB (Red+Green+Blue) = 126+135+205=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E87CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E87CD is #817832. Grayscale: #8C8C8C. Windows color (decimal): -8484915 or 13469566. OLE color: 13469566.

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

Color convert

RGB126135205-
CMYK0.390.3400.20
HSL233.16º44.13%64.9%-
HSV(B)233.16º38.54%80.39%-
XYZ28.2926.1761.32-
YUV140.29164.52117.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.04%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=27.04%
G=28.97%
B=43.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261352050.390.3400.20233.1644.1364.9
Hex7E87CD2722014e92c41
Octal176207315474202435154101
Binary11111101000011111001101100111100010010100111010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,135,205); }

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

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

 a { background-color: rgb(126,135,205); }

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

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

 span { border-color: rgb(126,135,205); }

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