Html Css Color HEX #777DBE Wild Blue Yonder

📋 copy color: '#777DBE'

red 119 ◦ green 125 ◦ blue 190

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

Shades of Wild Blue Yonder #777DBE

Tints of Wild Blue Yonder #777DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.8%

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

R = 27.42%
G = 28.8%
B = 43.78%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#777DBE (or 0x777DBE) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and BE. RGB value is (119,125,190). Sum of RGB (Red+Green+Blue) = 119+125+190=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #777DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DBE is #888241. Grayscale: #828282. Windows color (decimal): -8946242 or 12483959. OLE color: 12483959.

HSL color Cylindrical-coordinate representation of color #777DBE: hue angle of 234.93º 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 #777DBE is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 125 190 -
CMYK 0.37 0.34 0 0.25
HSL 234.93º 0.35% 0.61% -
HSV(B) 234.93º 0.37% 0.75% -
XYZ 24.24 22.31 51.74 -
YUV 130.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 119 125 190 0.37 0.34 0 0.25 234.93 0.35 0.61
Hex 77 7D BE 25 22 0 19 EB 23 3D
Octal 167 175 276 45 42 0 31 353 43 75
Binary 1110111 1111101 10111110 100101 100010 0 11001 11101011 100011 111101

Color Harmonies of #777DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DBE

Black with #777DBE

Text Example


Text Example

White with #777DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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