Html Css Color HEX #8B6AFD Light Slate Blue

📋 copy color: '#8B6AFD'

red 139 ◦ green 106 ◦ blue 253

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

Shades of Light Slate Blue #8B6AFD

Tints of Light Slate Blue #8B6AFD

RGB

 RED value IS 139 (54.69% from 255) = 27.91%

 GREEN value IS 106 (41.8% from 255) = 21.29%

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 27.91%
G = 21.29%
B = 50.8%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8B6AFD (or 0x8B6AFD) is known color: Light Slate Blue. HEX triplet: 8B, 6A and FD. RGB value is (139,106,253). Sum of RGB (Red+Green+Blue) = 139+106+253=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B6AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6AFD is #749502. Grayscale: #848484. Windows color (decimal): -7640323 or 16607883. OLE color: 16607883.

HSL color Cylindrical-coordinate representation of color #8B6AFD: hue angle of 253.47º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B6AFD is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 106 253 -
CMYK 0.45 0.58 0 0.01
HSL 253.47º 0.97% 0.7% -
HSV(B) 253.47º 0.58% 0.99% -
XYZ 33.53 22.89 95.58 -
YUV 132.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 139 106 253 0.45 0.58 0 0.01 253.47 0.97 0.7
Hex 8B 6A FD 2D 3A 0 1 FD 61 46
Octal 213 152 375 55 72 0 1 375 141 106
Binary 10001011 1101010 11111101 101101 111010 0 1 11111101 1100001 1000110

Color Harmonies of #8B6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6AFD

Black with #8B6AFD

Text Example


Text Example

White with #8B6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B6AFD; }

 p { color: rgb(139,106,253); }

 H1.HeaderClassName
 {
   color: #8B6AFD;
 }
 .AnyTagClassName
 {
   color: #8B6AFD;
 }
</style>

background-color css

<style>
 a { background-color: #8B6AFD; }

 a { background-color: rgb(139,106,253); }

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

border-color css

<style>
 span { border-color: #8B6AFD; }

 span { border-color: rgb(139,106,253); }

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