Html Css Color HEX #7571BA Moody Blue

📋 copy color: '#7571BA'

red 117 ◦ green 113 ◦ blue 186

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

Shades of Moody Blue #7571BA

Tints of Moody Blue #7571BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 28.13%
G = 27.16%
B = 44.71%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7571BA (or 0x7571BA) is known color: Moody Blue. HEX triplet: 75, 71 and BA. RGB value is (117,113,186). Sum of RGB (Red+Green+Blue) = 117+113+186=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #7571BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571BA is #8A8E45. Grayscale: #7A7A7A. Windows color (decimal): -9080390 or 12218741. OLE color: 12218741.

HSL color Cylindrical-coordinate representation of color #7571BA: hue angle of 243.29º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7571BA is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 113 186 -
CMYK 0.37 0.39 0 0.27
HSL 243.29º 0.35% 0.59% -
HSV(B) 243.29º 0.39% 0.73% -
XYZ 22.1 19.14 48.98 -
YUV 122.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 117 113 186 0.37 0.39 0 0.27 243.29 0.35 0.59
Hex 75 71 BA 25 27 0 1B F3 23 3B
Octal 165 161 272 45 47 0 33 363 43 73
Binary 1110101 1110001 10111010 100101 100111 0 11011 11110011 100011 111011

Color Harmonies of #7571BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7571BA

Black with #7571BA

Text Example


Text Example

White with #7571BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7571BA; }

 p { color: rgb(117,113,186); }

 H1.HeaderClassName
 {
   color: #7571BA;
 }
 .AnyTagClassName
 {
   color: #7571BA;
 }
</style>

background-color css

<style>
 a { background-color: #7571BA; }

 a { background-color: rgb(117,113,186); }

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

border-color css

<style>
 span { border-color: #7571BA; }

 span { border-color: rgb(117,113,186); }

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