Html Css Color HEX #8C6BFF Light Slate Blue

📋 copy color: '#8C6BFF'

red 140 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #8C6BFF

Tints of Light Slate Blue #8C6BFF

RGB

 RED value IS 140 (55.08% from 255) = 27.89%

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 27.89%
G = 21.31%
B = 50.8%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C6BFF (or 0x8C6BFF) is known color: Light Slate Blue. HEX triplet: 8C, 6B and FF. RGB value is (140,107,255). Sum of RGB (Red+Green+Blue) = 140+107+255=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6BFF is #739400. Grayscale: #858585. Windows color (decimal): -7574529 or 16739212. OLE color: 16739212.

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

Color convert

RGB 140 107 255 -
CMYK 0.45 0.58 0 0
HSL 253.38º 1% 0.71% -
HSV(B) 253.38º 0.58% 1% -
XYZ 34.12 23.31 97.31 -
YUV 133.74 196.43 132.47 -
System Red Green Blue C M Y K H S L
Decimal 140 107 255 0.45 0.58 0 0 253.38 1 0.71
Hex 8C 6B FF 2D 3A 0 0 FD 64 47
Octal 214 153 377 55 72 0 0 375 144 107
Binary 10001100 1101011 11111111 101101 111010 0 0 11111101 1100100 1000111

Color Harmonies of #8C6BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6BFF

Black with #8C6BFF

Text Example


Text Example

White with #8C6BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,107,255); }

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

background-color css

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

 a { background-color: rgb(140,107,255); }

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

border-color css

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

 span { border-color: rgb(140,107,255); }

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