#777BBC

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

Shades of Wild Blue Yonder #777BBC

Tints of Wild Blue Yonder #777BBC

Color information

#777BBC (or 0x777BBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7B and BC. RGB value is (119,123,188). Sum of RGB (Red+Green+Blue) = 119+123+188=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #777BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BBC is #888443. Grayscale: #808080. Windows color (decimal): -8946756 or 12352375. OLE color: 12352375.

HSL color Cylindrical-coordinate representation of color #777BBC: hue angle of 236.52º 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 #777BBC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119123188-
CMYK0.370.3500.26
HSL236.52º33.99%60.2%-
HSV(B)236.52º36.7%73.73%-
XYZ23.7721.7250.52-
YUV129.21161.17120.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=27.67%
G=28.60%
B=43.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191231880.370.3500.26236.5233.9960.2
Hex777BBC252301Aed223c
Octal16717327445430323554274
Binary111011111110111011110010010110001101101011101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777BBC; }

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

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

<style>
 a { background-color: #777BBC; }

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

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

<style>
 span { border-color: #777BBC; }

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

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