Html Css Color HEX #8575DB Moody Blue

📋 copy color: '#8575DB'

red 133 ◦ green 117 ◦ blue 219

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

Shades of Moody Blue #8575DB

Tints of Moody Blue #8575DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 28.36%
G = 24.95%
B = 46.7%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8575DB (or 0x8575DB) is known color: Moody Blue. HEX triplet: 85, 75 and DB. RGB value is (133,117,219). Sum of RGB (Red+Green+Blue) = 133+117+219=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #8575DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575DB is #7A8A24. Grayscale: #858585. Windows color (decimal): -8030757 or 14382469. OLE color: 14382469.

HSL color Cylindrical-coordinate representation of color #8575DB: hue angle of 249.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8575DB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 117 219 -
CMYK 0.39 0.47 0 0.14
HSL 249.41º 0.59% 0.66% -
HSV(B) 249.41º 0.47% 0.86% -
XYZ 28.82 22.82 69.9 -
YUV 133.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 133 117 219 0.39 0.47 0 0.14 249.41 0.59 0.66
Hex 85 75 DB 27 2F 0 E F9 3B 42
Octal 205 165 333 47 57 0 16 371 73 102
Binary 10000101 1110101 11011011 100111 101111 0 1110 11111001 111011 1000010

Color Harmonies of #8575DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575DB

Black with #8575DB

Text Example


Text Example

White with #8575DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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