#7885ce

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

Shades of Wild Blue Yonder #7885CE

Tints of Wild Blue Yonder #7885CE

Color information

#7885CE (or 0x7885CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 85 and CE. RGB value is (120,133,206). Sum of RGB (Red+Green+Blue) = 120+133+206=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #7885CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885CE is #877A31. Grayscale: #898989. Windows color (decimal): -8878642 or 13534584. OLE color: 13534584.

HSL color Cylindrical-coordinate representation of color #7885CE: hue angle of 230.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7885CE is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120133206-
CMYK0.420.3500.19
HSL230.93º46.74%63.92%-
HSV(B)230.93º41.75%80.78%-
XYZ27.2725.2261.82-
YUV137.44166.69115.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.14%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=26.14%
G=28.98%
B=44.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201332060.420.3500.19230.9346.7463.92
Hex7885CE2A23013e72f40
Octal170205316524302334757100
Binary11110001000010111001110101010100011010011111001111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7885ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7885ce; }

 p { color: rgb(120,133,206); }

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

<style>
 a { background-color: #7885ce; }

 a { background-color: rgb(120,133,206); }

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

<style>
 span { border-color: #7885ce; }

 span { border-color: rgb(120,133,206); }

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