Html Css Color HEX #7580D5 Moody Blue

📋 copy color: '#7580D5'

red 117 ◦ green 128 ◦ blue 213

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

Shades of Moody Blue #7580D5

Tints of Moody Blue #7580D5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

 BLUE value IS 213 (83.59% from 255) = 46.51%

R = 25.55%
G = 27.95%
B = 46.51%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7580D5 (or 0x7580D5) is known color: Moody Blue. HEX triplet: 75, 80 and D5. RGB value is (117,128,213). Sum of RGB (Red+Green+Blue) = 117+128+213=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #7580D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580D5 is #8A7F2A. Grayscale: #868686. Windows color (decimal): -9076523 or 13992053. OLE color: 13992053.

HSL color Cylindrical-coordinate representation of color #7580D5: hue angle of 233.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7580D5 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 128 213 -
CMYK 0.45 0.40 0 0.16
HSL 233.13º 0.53% 0.65% -
HSV(B) 233.13º 0.45% 0.84% -
XYZ 27.07 24.02 66.16 -
YUV 134.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 117 128 213 0.45 0.40 0 0.16 233.13 0.53 0.65
Hex 75 80 D5 2D 28 0 10 E9 35 41
Octal 165 200 325 55 50 0 20 351 65 101
Binary 1110101 10000000 11010101 101101 101000 0 10000 11101001 110101 1000001

Color Harmonies of #7580D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7580D5

Black with #7580D5

Text Example


Text Example

White with #7580D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7580D5; }

 p { color: rgb(117,128,213); }

 H1.HeaderClassName
 {
   color: #7580D5;
 }
 .AnyTagClassName
 {
   color: #7580D5;
 }
</style>

background-color css

<style>
 a { background-color: #7580D5; }

 a { background-color: rgb(117,128,213); }

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

border-color css

<style>
 span { border-color: #7580D5; }

 span { border-color: rgb(117,128,213); }

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