Html Css Color HEX #8552FA Medium Slate Blue

📋 copy color: '#8552FA'

red 133 ◦ green 82 ◦ blue 250

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

Shades of Medium Slate Blue #8552FA

Tints of Medium Slate Blue #8552FA

RGB

 RED value IS 133 (52.34% from 255) = 28.6%

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

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

R = 28.6%
G = 17.63%
B = 53.76%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8552FA (or 0x8552FA) is known color: Medium Slate Blue. HEX triplet: 85, 52 and FA. RGB value is (133,82,250). Sum of RGB (Red+Green+Blue) = 133+82+250=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #8552FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8552FA is #7AAD05. Grayscale: #737373. Windows color (decimal): -8039686 or 16405125. OLE color: 16405125.

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

Color convert

RGB 133 82 250 -
CMYK 0.47 0.67 0 0.02
HSL 258.21º 0.94% 0.65% -
HSV(B) 258.21º 0.67% 0.98% -
XYZ 29.95 17.92 92.32 -
YUV 116.4 203.4 139.84 -
System Red Green Blue C M Y K H S L
Decimal 133 82 250 0.47 0.67 0 0.02 258.21 0.94 0.65
Hex 85 52 FA 2F 43 0 2 102 5E 41
Octal 205 122 372 57 103 0 2 402 136 101
Binary 10000101 1010010 11111010 101111 1000011 0 10 100000010 1011110 1000001

Color Harmonies of #8552FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8552FA

Black with #8552FA

Text Example


Text Example

White with #8552FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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