Html Css Color HEX #8D6BFB Light Slate Blue

📋 copy color: '#8D6BFB'

red 141 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #8D6BFB

Tints of Light Slate Blue #8D6BFB

RGB

 RED value IS 141 (55.47% from 255) = 28.26%

 GREEN value IS 107 (42.19% from 255) = 21.44%

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 28.26%
G = 21.44%
B = 50.3%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D6BFB (or 0x8D6BFB) is known color: Light Slate Blue. HEX triplet: 8D, 6B and FB. RGB value is (141,107,251). Sum of RGB (Red+Green+Blue) = 141+107+251=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6BFB is #729404. Grayscale: #858585. Windows color (decimal): -7508997 or 16477069. OLE color: 16477069.

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

Color convert

RGB 141 107 251 -
CMYK 0.44 0.57 0 0.02
HSL 254.17º 0.95% 0.7% -
HSV(B) 254.17º 0.57% 0.98% -
XYZ 33.65 23.14 93.96 -
YUV 133.58 194.26 133.29 -
System Red Green Blue C M Y K H S L
Decimal 141 107 251 0.44 0.57 0 0.02 254.17 0.95 0.7
Hex 8D 6B FB 2C 39 0 2 FE 5F 46
Octal 215 153 373 54 71 0 2 376 137 106
Binary 10001101 1101011 11111011 101100 111001 0 10 11111110 1011111 1000110

Color Harmonies of #8D6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6BFB

Black with #8D6BFB

Text Example


Text Example

White with #8D6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,107,251); }

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

background-color css

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

 a { background-color: rgb(141,107,251); }

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

border-color css

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

 span { border-color: rgb(141,107,251); }

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