Html Css Color HEX #8251F2 Medium Slate Blue

📋 copy color: '#8251F2'

red 130 ◦ green 81 ◦ blue 242

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

Shades of Medium Slate Blue #8251F2

Tints of Medium Slate Blue #8251F2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.88%

 BLUE value IS 242 (94.92% from 255) = 53.42%

R = 28.7%
G = 17.88%
B = 53.42%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8251F2 (or 0x8251F2) is known color: Medium Slate Blue. HEX triplet: 82, 51 and F2. RGB value is (130,81,242). Sum of RGB (Red+Green+Blue) = 130+81+242=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #8251F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251F2 is #7DAE0D. Grayscale: #717171. Windows color (decimal): -8236558 or 15880578. OLE color: 15880578.

HSL color Cylindrical-coordinate representation of color #8251F2: hue angle of 258.26º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8251F2 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 81 242 -
CMYK 0.46 0.67 0 0.05
HSL 258.26º 0.86% 0.63% -
HSV(B) 258.26º 0.67% 0.95% -
XYZ 28.18 17.04 85.81 -
YUV 114.01 200.23 139.41 -
System Red Green Blue C M Y K H S L
Decimal 130 81 242 0.46 0.67 0 0.05 258.26 0.86 0.63
Hex 82 51 F2 2E 43 0 5 102 56 3F
Octal 202 121 362 56 103 0 5 402 126 77
Binary 10000010 1010001 11110010 101110 1000011 0 101 100000010 1010110 111111

Color Harmonies of #8251F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251F2

Black with #8251F2

Text Example


Text Example

White with #8251F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8251F2; }

 p { color: rgb(130,81,242); }

 H1.HeaderClassName
 {
   color: #8251F2;
 }
 .AnyTagClassName
 {
   color: #8251F2;
 }
</style>

background-color css

<style>
 a { background-color: #8251F2; }

 a { background-color: rgb(130,81,242); }

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

border-color css

<style>
 span { border-color: #8251F2; }

 span { border-color: rgb(130,81,242); }

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