Html Css Color HEX #777CB1 Wild Blue Yonder

📋 copy color: '#777CB1'

red 119 ◦ green 124 ◦ blue 177

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

Shades of Wild Blue Yonder #777CB1

Tints of Wild Blue Yonder #777CB1

RGB

 RED value IS 119 (46.88% from 255) = 28.33%

 GREEN value IS 124 (48.83% from 255) = 29.52%

 BLUE value IS 177 (69.53% from 255) = 42.14%

R = 28.33%
G = 29.52%
B = 42.14%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#777CB1 (or 0x777CB1) is known color: Wild Blue Yonder. HEX triplet: 77, 7C and B1. RGB value is (119,124,177). Sum of RGB (Red+Green+Blue) = 119+124+177=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #777CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777CB1 is #88834E. Grayscale: #808080. Windows color (decimal): -8946511 or 11631735. OLE color: 11631735.

HSL color Cylindrical-coordinate representation of color #777CB1: hue angle of 234.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #777CB1 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 124 177 -
CMYK 0.33 0.30 0 0.31
HSL 234.83º 0.27% 0.58% -
HSV(B) 234.83º 0.33% 0.69% -
XYZ 22.75 21.51 44.55 -
YUV 128.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 119 124 177 0.33 0.30 0 0.31 234.83 0.27 0.58
Hex 77 7C B1 21 1E 0 1F EB 1B 3A
Octal 167 174 261 41 36 0 37 353 33 72
Binary 1110111 1111100 10110001 100001 11110 0 11111 11101011 11011 111010

Color Harmonies of #777CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CB1

Black with #777CB1

Text Example


Text Example

White with #777CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #777CB1;
 }
 .AnyTagClassName
 {
   color: #777CB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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