Html Css Color HEX #7775BE Moody Blue

📋 copy color: '#7775BE'

red 119 ◦ green 117 ◦ blue 190

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

Shades of Moody Blue #7775BE

Tints of Moody Blue #7775BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

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

R = 27.93%
G = 27.46%
B = 44.6%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7775BE (or 0x7775BE) is known color: Moody Blue. HEX triplet: 77, 75 and BE. RGB value is (119,117,190). Sum of RGB (Red+Green+Blue) = 119+117+190=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #7775BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7775BE is #888A41. Grayscale: #7D7D7D. Windows color (decimal): -8948290 or 12481911. OLE color: 12481911.

HSL color Cylindrical-coordinate representation of color #7775BE: hue angle of 241.64º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7775BE is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 117 190 -
CMYK 0.37 0.38 0 0.25
HSL 241.64º 0.36% 0.6% -
HSV(B) 241.64º 0.38% 0.75% -
XYZ 23.26 20.36 51.42 -
YUV 125.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 119 117 190 0.37 0.38 0 0.25 241.64 0.36 0.6
Hex 77 75 BE 25 26 0 19 F2 24 3C
Octal 167 165 276 45 46 0 31 362 44 74
Binary 1110111 1110101 10111110 100101 100110 0 11001 11110010 100100 111100

Color Harmonies of #7775BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7775BE

Black with #7775BE

Text Example


Text Example

White with #7775BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7775BE; }

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

 H1.HeaderClassName
 {
   color: #7775BE;
 }
 .AnyTagClassName
 {
   color: #7775BE;
 }
</style>

background-color css

<style>
 a { background-color: #7775BE; }

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

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

border-color css

<style>
 span { border-color: #7775BE; }

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

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