#777CB8

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

Shades of Wild Blue Yonder #777CB8

Tints of Wild Blue Yonder #777CB8

Color information

#777CB8 (or 0x777CB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7C and B8. RGB value is (119,124,184). Sum of RGB (Red+Green+Blue) = 119+124+184=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #777CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CB8 is #888347. Grayscale: #818181. Windows color (decimal): -8946504 or 12090487. OLE color: 12090487.

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

Color convert

RGB119124184-
CMYK0.350.3300.28
HSL235.38º31.4%59.41%-
HSV(B)235.38º35.33%72.16%-
XYZ23.4721.848.32-
YUV129.34158.84120.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=27.87%
G=29.04%
B=43.09%

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
Decimal1191241840.350.3300.28235.3831.459.41
Hex777CB8232101Ceb1f3b
Octal16717427043410343533773
Binary11101111111100101110001000111000010111001110101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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