#7781CE

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

Shades of Wild Blue Yonder #7781CE

Tints of Wild Blue Yonder #7781CE

Color information

#7781CE (or 0x7781CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 81 and CE. RGB value is (119,129,206). Sum of RGB (Red+Green+Blue) = 119+129+206=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #7781CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7781CE is #887E31. Grayscale: #868686. Windows color (decimal): -8945202 or 13533559. OLE color: 13533559.

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

Color convert

RGB119129206-
CMYK0.420.3700.19
HSL233.1º47.03%63.73%-
HSV(B)233.1º42.23%80.78%-
XYZ26.624.0861.64-
YUV134.79168.19116.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.21%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=26.21%
G=28.41%
B=45.37%

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
Decimal1191292060.420.3700.19233.147.0363.73
Hex7781CE2A25013e92f40
Octal167201316524502335157100
Binary11101111000000111001110101010100101010011111010011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7781CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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