Html Css Color HEX #8575BE Moody Blue

📋 copy color: '#8575BE'

red 133 ◦ green 117 ◦ blue 190

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

Shades of Moody Blue #8575BE

Tints of Moody Blue #8575BE

RGB

 RED value IS 133 (52.34% from 255) = 30.23%

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 30.23%
G = 26.59%
B = 43.18%

CMYK

 C value IS 0.3

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8575BE (or 0x8575BE) is known color: Moody Blue. HEX triplet: 85, 75 and BE. RGB value is (133,117,190). Sum of RGB (Red+Green+Blue) = 133+117+190=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8575BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575BE is #7A8A41. Grayscale: #818181. Windows color (decimal): -8030786 or 12481925. OLE color: 12481925.

HSL color Cylindrical-coordinate representation of color #8575BE: hue angle of 253.15º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8575BE is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 117 190 -
CMYK 0.3 0.38 0 0.25
HSL 253.15º 0.36% 0.6% -
HSV(B) 253.15º 0.38% 0.75% -
XYZ 25.33 21.43 51.52 -
YUV 130.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 133 117 190 0.3 0.38 0 0.25 253.15 0.36 0.6
Hex 85 75 BE 1E 26 0 19 FD 24 3C
Octal 205 165 276 36 46 0 31 375 44 74
Binary 10000101 1110101 10111110 11110 100110 0 11001 11111101 100100 111100

Color Harmonies of #8575BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575BE

Black with #8575BE

Text Example


Text Example

White with #8575BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8575BE; }

 p { color: rgb(133,117,190); }

 H1.HeaderClassName
 {
   color: #8575BE;
 }
 .AnyTagClassName
 {
   color: #8575BE;
 }
</style>

background-color css

<style>
 a { background-color: #8575BE; }

 a { background-color: rgb(133,117,190); }

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

border-color css

<style>
 span { border-color: #8575BE; }

 span { border-color: rgb(133,117,190); }

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