Html Css Color HEX #8253FC Medium Slate Blue

📋 copy color: '#8253FC'

red 130 ◦ green 83 ◦ blue 252

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

Shades of Medium Slate Blue #8253FC

Tints of Medium Slate Blue #8253FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 27.96%
G = 17.85%
B = 54.19%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8253FC (or 0x8253FC) is known color: Medium Slate Blue. HEX triplet: 82, 53 and FC. RGB value is (130,83,252). Sum of RGB (Red+Green+Blue) = 130+83+252=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #8253FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8253FC is #7DAC03. Grayscale: #737373. Windows color (decimal): -8236036 or 16536450. OLE color: 16536450.

HSL color Cylindrical-coordinate representation of color #8253FC: hue angle of 256.69º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8253FC is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 83 252 -
CMYK 0.48 0.67 0 0.01
HSL 256.69º 0.97% 0.66% -
HSV(B) 256.69º 0.67% 0.99% -
XYZ 29.87 17.96 93.99 -
YUV 116.32 204.57 137.76 -
System Red Green Blue C M Y K H S L
Decimal 130 83 252 0.48 0.67 0 0.01 256.69 0.97 0.66
Hex 82 53 FC 30 43 0 1 101 61 42
Octal 202 123 374 60 103 0 1 401 141 102
Binary 10000010 1010011 11111100 110000 1000011 0 1 100000001 1100001 1000010

Color Harmonies of #8253FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8253FC

Black with #8253FC

Text Example


Text Example

White with #8253FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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