#777BBB

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

Shades of Wild Blue Yonder #777BBB

Tints of Wild Blue Yonder #777BBB

Color information

#777BBB (or 0x777BBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7B and BB. RGB value is (119,123,187). Sum of RGB (Red+Green+Blue) = 119+123+187=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #777BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BBB is #888444. Grayscale: #808080. Windows color (decimal): -8946757 or 12286839. OLE color: 12286839.

HSL color Cylindrical-coordinate representation of color #777BBB: hue angle of 236.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #777BBB is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119123187-
CMYK0.360.3400.27
HSL236.47º33.33%60%-
HSV(B)236.47º36.36%73.33%-
XYZ23.6621.6849.95-
YUV129.1160.67120.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.74%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=27.74%
G=28.67%
B=43.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191231870.360.3400.27236.4733.3360
Hex777BBB242201Bec213c
Octal16717327344420333544174
Binary111011111110111011101110010010001001101111101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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