Html Css Color HEX #8253DC Medium Slate Blue

📋 copy color: '#8253DC'

red 130 ◦ green 83 ◦ blue 220

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

Shades of Medium Slate Blue #8253DC

Tints of Medium Slate Blue #8253DC

RGB

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

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

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

R = 30.02%
G = 19.17%
B = 50.81%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8253DC (or 0x8253DC) is known color: Medium Slate Blue. HEX triplet: 82, 53 and DC. RGB value is (130,83,220). Sum of RGB (Red+Green+Blue) = 130+83+220=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #8253DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253DC is #7DAC23. Grayscale: #707070. Windows color (decimal): -8236068 or 14439298. OLE color: 14439298.

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

Color convert

RGB 130 83 220 -
CMYK 0.41 0.62 0 0.14
HSL 260.58º 0.66% 0.59% -
HSV(B) 260.58º 0.62% 0.86% -
XYZ 25.22 16.1 69.49 -
YUV 112.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 130 83 220 0.41 0.62 0 0.14 260.58 0.66 0.59
Hex 82 53 DC 29 3E 0 E 105 42 3B
Octal 202 123 334 51 76 0 16 405 102 73
Binary 10000010 1010011 11011100 101001 111110 0 1110 100000101 1000010 111011

Color Harmonies of #8253DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8253DC

Black with #8253DC

Text Example


Text Example

White with #8253DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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