Html Css Color HEX #777DBB Wild Blue Yonder

📋 copy color: '#777DBB'

red 119 ◦ green 125 ◦ blue 187

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

Shades of Wild Blue Yonder #777DBB

Tints of Wild Blue Yonder #777DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 27.61%
G = 29%
B = 43.39%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#777DBB (or 0x777DBB) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and BB. RGB value is (119,125,187). Sum of RGB (Red+Green+Blue) = 119+125+187=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #777DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DBB is #888244. Grayscale: #828282. Windows color (decimal): -8946245 or 12287351. OLE color: 12287351.

HSL color Cylindrical-coordinate representation of color #777DBB: hue angle of 234.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #777DBB is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 125 187 -
CMYK 0.36 0.33 0 0.27
HSL 234.71º 0.33% 0.6% -
HSV(B) 234.71º 0.36% 0.73% -
XYZ 23.91 22.18 50.03 -
YUV 130.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 119 125 187 0.36 0.33 0 0.27 234.71 0.33 0.6
Hex 77 7D BB 24 21 0 1B EB 21 3C
Octal 167 175 273 44 41 0 33 353 41 74
Binary 1110111 1111101 10111011 100100 100001 0 11011 11101011 100001 111100

Color Harmonies of #777DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DBB

Black with #777DBB

Text Example


Text Example

White with #777DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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