Html Css Color HEX #7576DA Moody Blue

📋 copy color: '#7576DA'

red 117 ◦ green 118 ◦ blue 218

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

Shades of Moody Blue #7576DA

Tints of Moody Blue #7576DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.05%

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 25.83%
G = 26.05%
B = 48.12%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7576DA (or 0x7576DA) is known color: Moody Blue. HEX triplet: 75, 76 and DA. RGB value is (117,118,218). Sum of RGB (Red+Green+Blue) = 117+118+218=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #7576DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7576DA is #8A8925. Grayscale: #808080. Windows color (decimal): -9079078 or 14317173. OLE color: 14317173.

HSL color Cylindrical-coordinate representation of color #7576DA: hue angle of 239.41º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7576DA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 118 218 -
CMYK 0.46 0.46 0 0.15
HSL 239.41º 0.58% 0.66% -
HSV(B) 239.41º 0.46% 0.85% -
XYZ 26.47 21.8 69.14 -
YUV 129.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 117 118 218 0.46 0.46 0 0.15 239.41 0.58 0.66
Hex 75 76 DA 2E 2E 0 F EF 3A 42
Octal 165 166 332 56 56 0 17 357 72 102
Binary 1110101 1110110 11011010 101110 101110 0 1111 11101111 111010 1000010

Color Harmonies of #7576DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7576DA

Black with #7576DA

Text Example


Text Example

White with #7576DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7576DA; }

 p { color: rgb(117,118,218); }

 H1.HeaderClassName
 {
   color: #7576DA;
 }
 .AnyTagClassName
 {
   color: #7576DA;
 }
</style>

background-color css

<style>
 a { background-color: #7576DA; }

 a { background-color: rgb(117,118,218); }

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

border-color css

<style>
 span { border-color: #7576DA; }

 span { border-color: rgb(117,118,218); }

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