#7885ca

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

Shades of Wild Blue Yonder #7885CA

Tints of Wild Blue Yonder #7885CA

Color information

#7885CA (or 0x7885CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 85 and CA. RGB value is (120,133,202). Sum of RGB (Red+Green+Blue) = 120+133+202=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #7885CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885CA is #877A35. Grayscale: #888888. Windows color (decimal): -8878646 or 13272440. OLE color: 13272440.

HSL color Cylindrical-coordinate representation of color #7885CA: hue angle of 230.49º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7885CA is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120133202-
CMYK0.410.3400.21
HSL230.49º43.62%63.14%-
HSV(B)230.49º40.59%79.22%-
XYZ26.7925.0359.3-
YUV136.98164.69115.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=26.37%
G=29.23%
B=44.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201332020.410.3400.21230.4943.6263.14
Hex7885CA2922015e62c3f
Octal17020531251420253465477
Binary1111000100001011100101010100110001001010111100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7885ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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