Html Css Color HEX #8582DC Moody Blue

📋 copy color: '#8582DC'

red 133 ◦ green 130 ◦ blue 220

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

Shades of Moody Blue #8582DC

Tints of Moody Blue #8582DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 27.54%
G = 26.92%
B = 45.55%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8582DC (or 0x8582DC) is known color: Moody Blue. HEX triplet: 85, 82 and DC. RGB value is (133,130,220). Sum of RGB (Red+Green+Blue) = 133+130+220=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8582DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582DC is #7A7D23. Grayscale: #8C8C8C. Windows color (decimal): -8027428 or 14451333. OLE color: 14451333.

HSL color Cylindrical-coordinate representation of color #8582DC: hue angle of 242º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8582DC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 130 220 -
CMYK 0.40 0.41 0 0.14
HSL 242º 0.56% 0.69% -
HSV(B) 242º 0.41% 0.86% -
XYZ 30.57 26.12 71.14 -
YUV 141.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 133 130 220 0.40 0.41 0 0.14 242 0.56 0.69
Hex 85 82 DC 28 29 0 E F2 38 45
Octal 205 202 334 50 51 0 16 362 70 105
Binary 10000101 10000010 11011100 101000 101001 0 1110 11110010 111000 1000101

Color Harmonies of #8582DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8582DC

Black with #8582DC

Text Example


Text Example

White with #8582DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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