#777BB8

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

Shades of Wild Blue Yonder #777BB8

Tints of Wild Blue Yonder #777BB8

Color information

#777BB8 (or 0x777BB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7B and B8. RGB value is (119,123,184). Sum of RGB (Red+Green+Blue) = 119+123+184=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #777BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BB8 is #888447. Grayscale: #808080. Windows color (decimal): -8946760 or 12090231. OLE color: 12090231.

HSL color Cylindrical-coordinate representation of color #777BB8: hue angle of 236.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #777BB8 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB119123184-
CMYK0.350.3300.28
HSL236.31º31.4%59.41%-
HSV(B)236.31º35.33%72.16%-
XYZ23.3421.5548.28-
YUV128.76159.17121.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 184 (72.27% from 255) = 43.19%
R=27.93%
G=28.87%
B=43.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1191231840.350.3300.28236.3131.459.41
Hex777BB8232101Cec1f3b
Octal16717327043410343543773
Binary11101111111011101110001000111000010111001110110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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