Html Css Color HEX #8653FA Medium Slate Blue

📋 copy color: '#8653FA'

red 134 ◦ green 83 ◦ blue 250

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

Shades of Medium Slate Blue #8653FA

Tints of Medium Slate Blue #8653FA

RGB

 RED value IS 134 (52.73% from 255) = 28.69%

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

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

R = 28.69%
G = 17.77%
B = 53.53%

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

#8653FA (or 0x8653FA) is known color: Medium Slate Blue. HEX triplet: 86, 53 and FA. RGB value is (134,83,250). Sum of RGB (Red+Green+Blue) = 134+83+250=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #8653FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8653FA is #79AC05. Grayscale: #747474. Windows color (decimal): -7973894 or 16405382. OLE color: 16405382.

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

Color convert

RGB 134 83 250 -
CMYK 0.46 0.67 0 0.02
HSL 258.32º 0.94% 0.65% -
HSV(B) 258.32º 0.67% 0.98% -
XYZ 30.18 18.16 92.36 -
YUV 117.29 202.9 139.92 -
System Red Green Blue C M Y K H S L
Decimal 134 83 250 0.46 0.67 0 0.02 258.32 0.94 0.65
Hex 86 53 FA 2E 43 0 2 102 5E 41
Octal 206 123 372 56 103 0 2 402 136 101
Binary 10000110 1010011 11111010 101110 1000011 0 10 100000010 1011110 1000001

Color Harmonies of #8653FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8653FA

Black with #8653FA

Text Example


Text Example

White with #8653FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,83,250); }

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

background-color css

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

 a { background-color: rgb(134,83,250); }

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

border-color css

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

 span { border-color: rgb(134,83,250); }

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