Html Css Color HEX #8852FA Medium Slate Blue

📋 copy color: '#8852FA'

red 136 ◦ green 82 ◦ blue 250

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

Shades of Medium Slate Blue #8852FA

Tints of Medium Slate Blue #8852FA

RGB

 RED value IS 136 (53.52% from 255) = 29.06%

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

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

R = 29.06%
G = 17.52%
B = 53.42%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8852FA (or 0x8852FA) is known color: Medium Slate Blue. HEX triplet: 88, 52 and FA. RGB value is (136,82,250). Sum of RGB (Red+Green+Blue) = 136+82+250=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #8852FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8852FA is #77AD05. Grayscale: #747474. Windows color (decimal): -7843078 or 16405128. OLE color: 16405128.

HSL color Cylindrical-coordinate representation of color #8852FA: hue angle of 259.29º 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 #8852FA is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 82 250 -
CMYK 0.46 0.67 0 0.02
HSL 259.29º 0.94% 0.65% -
HSV(B) 259.29º 0.67% 0.98% -
XYZ 30.43 18.17 92.35 -
YUV 117.3 202.89 141.34 -
System Red Green Blue C M Y K H S L
Decimal 136 82 250 0.46 0.67 0 0.02 259.29 0.94 0.65
Hex 88 52 FA 2E 43 0 2 103 5E 41
Octal 210 122 372 56 103 0 2 403 136 101
Binary 10001000 1010010 11111010 101110 1000011 0 10 100000011 1011110 1000001

Color Harmonies of #8852FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8852FA

Black with #8852FA

Text Example


Text Example

White with #8852FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,82,250); }

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

background-color css

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

 a { background-color: rgb(136,82,250); }

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

border-color css

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

 span { border-color: rgb(136,82,250); }

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