Html Css Color HEX #777CB8 Wild Blue Yonder

📋 copy color: '#777CB8'

red 119 ◦ green 124 ◦ blue 184

#777CB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #777CB8

Tints of Wild Blue Yonder #777CB8

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 value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#777CB8 (or 0x777CB8) is known color: 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

RGB 119 124 184 -
CMYK 0.35 0.33 0 0.28
HSL 235.38º 0.31% 0.59% -
HSV(B) 235.38º 0.35% 0.72% -
XYZ 23.47 21.8 48.32 -
YUV 129.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 119 124 184 0.35 0.33 0 0.28 235.38 0.31 0.59
Hex 77 7C B8 23 21 0 1C EB 1F 3B
Octal 167 174 270 43 41 0 34 353 37 73
Binary 1110111 1111100 10111000 100011 100001 0 11100 11101011 11111 111011

Color Harmonies of #777CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CB8

Black with #777CB8

Text Example


Text Example

White with #777CB8

Text Example


Text Example

HTML Codes & Css Web 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>