#7782CE

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

Shades of Wild Blue Yonder #7782CE

Tints of Wild Blue Yonder #7782CE

Color information

#7782CE (or 0x7782CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 82 and CE. RGB value is (119,130,206). Sum of RGB (Red+Green+Blue) = 119+130+206=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #7782CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782CE is #887D31. Grayscale: #878787. Windows color (decimal): -8944946 or 13533815. OLE color: 13533815.

HSL color Cylindrical-coordinate representation of color #7782CE: hue angle of 232.41º 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 #7782CE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119130206-
CMYK0.420.3700.19
HSL232.41º47.03%63.73%-
HSV(B)232.41º42.23%80.78%-
XYZ26.7324.3461.68-
YUV135.38167.86116.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=26.15%
G=28.57%
B=45.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191302060.420.3700.19232.4147.0363.73
Hex7782CE2A25013e82f40
Octal167202316524502335057100
Binary11101111000001011001110101010100101010011111010001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7782CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7782CE; }

 p { color: rgb(119,130,206); }

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

<style>
 a { background-color: #7782CE; }

 a { background-color: rgb(119,130,206); }

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

<style>
 span { border-color: #7782CE; }

 span { border-color: rgb(119,130,206); }

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