Html Css Color HEX #7574CB Moody Blue

📋 copy color: '#7574CB'

red 117 ◦ green 116 ◦ blue 203

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

Shades of Moody Blue #7574CB

Tints of Moody Blue #7574CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 26.83%
G = 26.61%
B = 46.56%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7574CB (or 0x7574CB) is known color: Moody Blue. HEX triplet: 75, 74 and CB. RGB value is (117,116,203). Sum of RGB (Red+Green+Blue) = 117+116+203=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #7574CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574CB is #8A8B34. Grayscale: #7D7D7D. Windows color (decimal): -9079605 or 13333621. OLE color: 13333621.

HSL color Cylindrical-coordinate representation of color #7574CB: hue angle of 240.69º degrees, saturation: 0.46, 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 #7574CB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 116 203 -
CMYK 0.42 0.43 0 0.20
HSL 240.69º 0.46% 0.63% -
HSV(B) 240.69º 0.43% 0.8% -
XYZ 24.36 20.58 59.19 -
YUV 126.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 117 116 203 0.42 0.43 0 0.20 240.69 0.46 0.63
Hex 75 74 CB 2A 2B 0 14 F1 2E 3F
Octal 165 164 313 52 53 0 24 361 56 77
Binary 1110101 1110100 11001011 101010 101011 0 10100 11110001 101110 111111

Color Harmonies of #7574CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7574CB

Black with #7574CB

Text Example


Text Example

White with #7574CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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