Html Css Color HEX #8253DD Medium Slate Blue

📋 copy color: '#8253DD'

red 130 ◦ green 83 ◦ blue 221

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

Shades of Medium Slate Blue #8253DD

Tints of Medium Slate Blue #8253DD

RGB

 RED value IS 130 (51.17% from 255) = 29.95%

 GREEN value IS 83 (32.81% from 255) = 19.12%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 29.95%
G = 19.12%
B = 50.92%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8253DD (or 0x8253DD) is known color: Medium Slate Blue. HEX triplet: 82, 53 and DD. RGB value is (130,83,221). Sum of RGB (Red+Green+Blue) = 130+83+221=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #8253DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253DD is #7DAC22. Grayscale: #707070. Windows color (decimal): -8236067 or 14504834. OLE color: 14504834.

HSL color Cylindrical-coordinate representation of color #8253DD: hue angle of 260.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8253DD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 83 221 -
CMYK 0.41 0.62 0 0.13
HSL 260.43º 0.67% 0.6% -
HSV(B) 260.43º 0.62% 0.87% -
XYZ 25.35 16.15 70.19 -
YUV 112.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 130 83 221 0.41 0.62 0 0.13 260.43 0.67 0.6
Hex 82 53 DD 29 3E 0 D 104 43 3C
Octal 202 123 335 51 76 0 15 404 103 74
Binary 10000010 1010011 11011101 101001 111110 0 1101 100000100 1000011 111100

Color Harmonies of #8253DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8253DD

Black with #8253DD

Text Example


Text Example

White with #8253DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8253DD; }

 p { color: rgb(130,83,221); }

 H1.HeaderClassName
 {
   color: #8253DD;
 }
 .AnyTagClassName
 {
   color: #8253DD;
 }
</style>

background-color css

<style>
 a { background-color: #8253DD; }

 a { background-color: rgb(130,83,221); }

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

border-color css

<style>
 span { border-color: #8253DD; }

 span { border-color: rgb(130,83,221); }

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