Html Css Color HEX #7574CD Moody Blue

📋 copy color: '#7574CD'

red 117 ◦ green 116 ◦ blue 205

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

Shades of Moody Blue #7574CD

Tints of Moody Blue #7574CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 26.71%
G = 26.48%
B = 46.8%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7574CD (or 0x7574CD) is known color: Moody Blue. HEX triplet: 75, 74 and CD. RGB value is (117,116,205). Sum of RGB (Red+Green+Blue) = 117+116+205=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #7574CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574CD is #8A8B32. Grayscale: #7E7E7E. Windows color (decimal): -9079603 or 13464693. OLE color: 13464693.

HSL color Cylindrical-coordinate representation of color #7574CD: hue angle of 240.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7574CD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 116 205 -
CMYK 0.43 0.43 0 0.20
HSL 240.67º 0.47% 0.63% -
HSV(B) 240.67º 0.43% 0.8% -
XYZ 24.6 20.68 60.45 -
YUV 126.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 117 116 205 0.43 0.43 0 0.20 240.67 0.47 0.63
Hex 75 74 CD 2B 2B 0 14 F1 2F 3F
Octal 165 164 315 53 53 0 24 361 57 77
Binary 1110101 1110100 11001101 101011 101011 0 10100 11110001 101111 111111

Color Harmonies of #7574CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7574CD

Black with #7574CD

Text Example


Text Example

White with #7574CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7574CD; }

 p { color: rgb(117,116,205); }

 H1.HeaderClassName
 {
   color: #7574CD;
 }
 .AnyTagClassName
 {
   color: #7574CD;
 }
</style>

background-color css

<style>
 a { background-color: #7574CD; }

 a { background-color: rgb(117,116,205); }

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

border-color css

<style>
 span { border-color: #7574CD; }

 span { border-color: rgb(117,116,205); }

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