#7781CC

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

Shades of Wild Blue Yonder #7781CC

Tints of Wild Blue Yonder #7781CC

Color information

#7781CC (or 0x7781CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 81 and CC. RGB value is (119,129,204). Sum of RGB (Red+Green+Blue) = 119+129+204=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #7781CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7781CC is #887E33. Grayscale: #868686. Windows color (decimal): -8945204 or 13402487. OLE color: 13402487.

HSL color Cylindrical-coordinate representation of color #7781CC: hue angle of 232.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7781CC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB119129204-
CMYK0.420.3700.2
HSL232.94º45.45%63.33%-
HSV(B)232.94º41.67%80%-
XYZ26.3623.9860.37-
YUV134.56167.19116.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=26.33%
G=28.54%
B=45.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1191292040.420.3700.2232.9445.4563.33
Hex7781CC2A25014e92d3f
Octal16720131452450243515577
Binary1110111100000011100110010101010010101010011101001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7781CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7781CC; }

 p { color: rgb(119,129,204); }

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

<style>
 a { background-color: #7781CC; }

 a { background-color: rgb(119,129,204); }

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

<style>
 span { border-color: #7781CC; }

 span { border-color: rgb(119,129,204); }

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