Html Css Color HEX #7577DB Moody Blue

📋 copy color: '#7577DB'

red 117 ◦ green 119 ◦ blue 219

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

Shades of Moody Blue #7577DB

Tints of Moody Blue #7577DB

RGB

 RED value IS 117 (46.09% from 255) = 25.71%

 GREEN value IS 119 (46.88% from 255) = 26.15%

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 25.71%
G = 26.15%
B = 48.13%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7577DB (or 0x7577DB) is known color: Moody Blue. HEX triplet: 75, 77 and DB. RGB value is (117,119,219). Sum of RGB (Red+Green+Blue) = 117+119+219=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #7577DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577DB is #8A8824. Grayscale: #818181. Windows color (decimal): -9078821 or 14382965. OLE color: 14382965.

HSL color Cylindrical-coordinate representation of color #7577DB: hue angle of 238.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7577DB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 119 219 -
CMYK 0.47 0.46 0 0.14
HSL 238.82º 0.59% 0.66% -
HSV(B) 238.82º 0.47% 0.86% -
XYZ 26.72 22.09 69.87 -
YUV 129.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 117 119 219 0.47 0.46 0 0.14 238.82 0.59 0.66
Hex 75 77 DB 2F 2E 0 E EF 3B 42
Octal 165 167 333 57 56 0 16 357 73 102
Binary 1110101 1110111 11011011 101111 101110 0 1110 11101111 111011 1000010

Color Harmonies of #7577DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7577DB

Black with #7577DB

Text Example


Text Example

White with #7577DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7577DB; }

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

 H1.HeaderClassName
 {
   color: #7577DB;
 }
 .AnyTagClassName
 {
   color: #7577DB;
 }
</style>

background-color css

<style>
 a { background-color: #7577DB; }

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

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

border-color css

<style>
 span { border-color: #7577DB; }

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

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