Html Css Color HEX #777BBE Wild Blue Yonder

📋 copy color: '#777BBE'

red 119 ◦ green 123 ◦ blue 190

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

Shades of Wild Blue Yonder #777BBE

Tints of Wild Blue Yonder #777BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 27.55%
G = 28.47%
B = 43.98%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#777BBE (or 0x777BBE) is known color: Wild Blue Yonder. HEX triplet: 77, 7B and BE. RGB value is (119,123,190). Sum of RGB (Red+Green+Blue) = 119+123+190=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #777BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BBE is #888441. Grayscale: #818181. Windows color (decimal): -8946754 or 12483447. OLE color: 12483447.

HSL color Cylindrical-coordinate representation of color #777BBE: hue angle of 236.62º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #777BBE is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 123 190 -
CMYK 0.37 0.35 0 0.25
HSL 236.62º 0.35% 0.61% -
HSV(B) 236.62º 0.37% 0.75% -
XYZ 23.98 21.81 51.66 -
YUV 129.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 119 123 190 0.37 0.35 0 0.25 236.62 0.35 0.61
Hex 77 7B BE 25 23 0 19 ED 23 3D
Octal 167 173 276 45 43 0 31 355 43 75
Binary 1110111 1111011 10111110 100101 100011 0 11001 11101101 100011 111101

Color Harmonies of #777BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BBE

Black with #777BBE

Text Example


Text Example

White with #777BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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