Html Css Color HEX #8B5DFA Light Slate Blue

📋 copy color: '#8B5DFA'

red 139 ◦ green 93 ◦ blue 250

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

Shades of Light Slate Blue #8B5DFA

Tints of Light Slate Blue #8B5DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

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

R = 28.84%
G = 19.29%
B = 51.87%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B5DFA (or 0x8B5DFA) is known color: Light Slate Blue. HEX triplet: 8B, 5D and FA. RGB value is (139,93,250). Sum of RGB (Red+Green+Blue) = 139+93+250=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B5DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5DFA is #74A205. Grayscale: #7C7C7C. Windows color (decimal): -7643654 or 16407947. OLE color: 16407947.

HSL color Cylindrical-coordinate representation of color #8B5DFA: hue angle of 257.58º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B5DFA is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 93 250 -
CMYK 0.44 0.63 0 0.02
HSL 257.58º 0.94% 0.67% -
HSV(B) 257.58º 0.63% 0.98% -
XYZ 31.82 20.22 92.67 -
YUV 124.65 198.74 138.23 -
System Red Green Blue C M Y K H S L
Decimal 139 93 250 0.44 0.63 0 0.02 257.58 0.94 0.67
Hex 8B 5D FA 2C 3F 0 2 102 5E 43
Octal 213 135 372 54 77 0 2 402 136 103
Binary 10001011 1011101 11111010 101100 111111 0 10 100000010 1011110 1000011

Color Harmonies of #8B5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5DFA

Black with #8B5DFA

Text Example


Text Example

White with #8B5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,93,250); }

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

background-color css

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

 a { background-color: rgb(139,93,250); }

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

border-color css

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

 span { border-color: rgb(139,93,250); }

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