Html Css Color HEX #8582C1 Moody Blue

📋 copy color: '#8582C1'

red 133 ◦ green 130 ◦ blue 193

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

Shades of Moody Blue #8582C1

Tints of Moody Blue #8582C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.32%

R = 29.17%
G = 28.51%
B = 42.32%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8582C1 (or 0x8582C1) is known color: Moody Blue. HEX triplet: 85, 82 and C1. RGB value is (133,130,193). Sum of RGB (Red+Green+Blue) = 133+130+193=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #8582C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582C1 is #7A7D3E. Grayscale: #898989. Windows color (decimal): -8027455 or 12681861. OLE color: 12681861.

HSL color Cylindrical-coordinate representation of color #8582C1: hue angle of 242.86º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8582C1 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 130 193 -
CMYK 0.31 0.33 0 0.24
HSL 242.86º 0.34% 0.63% -
HSV(B) 242.86º 0.33% 0.76% -
XYZ 27.28 24.8 53.8 -
YUV 138.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 133 130 193 0.31 0.33 0 0.24 242.86 0.34 0.63
Hex 85 82 C1 1F 21 0 18 F3 22 3F
Octal 205 202 301 37 41 0 30 363 42 77
Binary 10000101 10000010 11000001 11111 100001 0 11000 11110011 100010 111111

Color Harmonies of #8582C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8582C1

Black with #8582C1

Text Example


Text Example

White with #8582C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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