Html Css Color HEX #8252E4 Medium Slate Blue

📋 copy color: '#8252E4'

red 130 ◦ green 82 ◦ blue 228

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

Shades of Medium Slate Blue #8252E4

Tints of Medium Slate Blue #8252E4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.64%

 BLUE value IS 228 (89.45% from 255) = 51.82%

R = 29.55%
G = 18.64%
B = 51.82%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8252E4 (or 0x8252E4) is known color: Medium Slate Blue. HEX triplet: 82, 52 and E4. RGB value is (130,82,228). Sum of RGB (Red+Green+Blue) = 130+82+228=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #8252E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8252E4 is #7DAD1B. Grayscale: #707070. Windows color (decimal): -8236316 or 14963330. OLE color: 14963330.

HSL color Cylindrical-coordinate representation of color #8252E4: hue angle of 259.73º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8252E4 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 82 228 -
CMYK 0.43 0.64 0 0.11
HSL 259.73º 0.73% 0.61% -
HSV(B) 259.73º 0.64% 0.89% -
XYZ 26.23 16.38 75.18 -
YUV 113 192.9 140.13 -
System Red Green Blue C M Y K H S L
Decimal 130 82 228 0.43 0.64 0 0.11 259.73 0.73 0.61
Hex 82 52 E4 2B 40 0 B 104 49 3D
Octal 202 122 344 53 100 0 13 404 111 75
Binary 10000010 1010010 11100100 101011 1000000 0 1011 100000100 1001001 111101

Color Harmonies of #8252E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8252E4

Black with #8252E4

Text Example


Text Example

White with #8252E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8252E4; }

 p { color: rgb(130,82,228); }

 H1.HeaderClassName
 {
   color: #8252E4;
 }
 .AnyTagClassName
 {
   color: #8252E4;
 }
</style>

background-color css

<style>
 a { background-color: #8252E4; }

 a { background-color: rgb(130,82,228); }

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

border-color css

<style>
 span { border-color: #8252E4; }

 span { border-color: rgb(130,82,228); }

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