#7781BC

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

Shades of Wild Blue Yonder #7781BC

Tints of Wild Blue Yonder #7781BC

Color information

#7781BC (or 0x7781BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 81 and BC. RGB value is (119,129,188). Sum of RGB (Red+Green+Blue) = 119+129+188=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #7781BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7781BC is #887E43. Grayscale: #848484. Windows color (decimal): -8945220 or 12353911. OLE color: 12353911.

HSL color Cylindrical-coordinate representation of color #7781BC: hue angle of 231.3º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7781BC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119129188-
CMYK0.370.3100.26
HSL231.3º33.99%60.2%-
HSV(B)231.3º36.7%73.73%-
XYZ24.5423.2550.77-
YUV132.74159.19118.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=27.29%
G=29.59%
B=43.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191291880.370.3100.26231.333.9960.2
Hex7781BC251F01Ae7223c
Octal16720127445370323474274
Binary111011110000001101111001001011111101101011100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7781BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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