Html Css Color HEX #8582D9 Moody Blue

📋 copy color: '#8582D9'

red 133 ◦ green 130 ◦ blue 217

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

Shades of Moody Blue #8582D9

Tints of Moody Blue #8582D9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.08%

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 27.71%
G = 27.08%
B = 45.21%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8582D9 (or 0x8582D9) is known color: Moody Blue. HEX triplet: 85, 82 and D9. RGB value is (133,130,217). Sum of RGB (Red+Green+Blue) = 133+130+217=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #8582D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582D9 is #7A7D26. Grayscale: #8C8C8C. Windows color (decimal): -8027431 or 14254725. OLE color: 14254725.

HSL color Cylindrical-coordinate representation of color #8582D9: hue angle of 242.07º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8582D9 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 130 217 -
CMYK 0.39 0.40 0 0.15
HSL 242.07º 0.53% 0.68% -
HSV(B) 242.07º 0.4% 0.85% -
XYZ 30.18 25.96 69.07 -
YUV 140.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 133 130 217 0.39 0.40 0 0.15 242.07 0.53 0.68
Hex 85 82 D9 27 28 0 F F2 35 44
Octal 205 202 331 47 50 0 17 362 65 104
Binary 10000101 10000010 11011001 100111 101000 0 1111 11110010 110101 1000100

Color Harmonies of #8582D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8582D9

Black with #8582D9

Text Example


Text Example

White with #8582D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8582D9; }

 p { color: rgb(133,130,217); }

 H1.HeaderClassName
 {
   color: #8582D9;
 }
 .AnyTagClassName
 {
   color: #8582D9;
 }
</style>

background-color css

<style>
 a { background-color: #8582D9; }

 a { background-color: rgb(133,130,217); }

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

border-color css

<style>
 span { border-color: #8582D9; }

 span { border-color: rgb(133,130,217); }

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