Html Css Color HEX #7574CF Moody Blue

📋 copy color: '#7574CF'

red 117 ◦ green 116 ◦ blue 207

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

Shades of Moody Blue #7574CF

Tints of Moody Blue #7574CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 26.59%
G = 26.36%
B = 47.05%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7574CF (or 0x7574CF) is known color: Moody Blue. HEX triplet: 75, 74 and CF. RGB value is (117,116,207). Sum of RGB (Red+Green+Blue) = 117+116+207=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7574CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574CF is #8A8B30. Grayscale: #7E7E7E. Windows color (decimal): -9079601 or 13595765. OLE color: 13595765.

HSL color Cylindrical-coordinate representation of color #7574CF: hue angle of 240.66º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7574CF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 116 207 -
CMYK 0.43 0.44 0 0.19
HSL 240.66º 0.49% 0.63% -
HSV(B) 240.66º 0.44% 0.81% -
XYZ 24.84 20.78 61.73 -
YUV 126.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 117 116 207 0.43 0.44 0 0.19 240.66 0.49 0.63
Hex 75 74 CF 2B 2C 0 13 F1 31 3F
Octal 165 164 317 53 54 0 23 361 61 77
Binary 1110101 1110100 11001111 101011 101100 0 10011 11110001 110001 111111

Color Harmonies of #7574CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7574CF

Black with #7574CF

Text Example


Text Example

White with #7574CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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