Html Css Color HEX #8253FA Medium Slate Blue

📋 copy color: '#8253FA'

red 130 ◦ green 83 ◦ blue 250

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

Shades of Medium Slate Blue #8253FA

Tints of Medium Slate Blue #8253FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 28.08%
G = 17.93%
B = 54%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8253FA (or 0x8253FA) is known color: Medium Slate Blue. HEX triplet: 82, 53 and FA. RGB value is (130,83,250). Sum of RGB (Red+Green+Blue) = 130+83+250=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #8253FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8253FA is #7DAC05. Grayscale: #737373. Windows color (decimal): -8236038 or 16405378. OLE color: 16405378.

HSL color Cylindrical-coordinate representation of color #8253FA: hue angle of 256.89º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8253FA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 83 250 -
CMYK 0.48 0.67 0 0.02
HSL 256.89º 0.94% 0.65% -
HSV(B) 256.89º 0.67% 0.98% -
XYZ 29.55 17.83 92.33 -
YUV 116.09 203.57 137.92 -
System Red Green Blue C M Y K H S L
Decimal 130 83 250 0.48 0.67 0 0.02 256.89 0.94 0.65
Hex 82 53 FA 30 43 0 2 101 5E 41
Octal 202 123 372 60 103 0 2 401 136 101
Binary 10000010 1010011 11111010 110000 1000011 0 10 100000001 1011110 1000001

Color Harmonies of #8253FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8253FA

Black with #8253FA

Text Example


Text Example

White with #8253FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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