Html Css Color HEX #8C6FFE Light Slate Blue

📋 copy color: '#8C6FFE'

red 140 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #8C6FFE

Tints of Light Slate Blue #8C6FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 27.72%
G = 21.98%
B = 50.3%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C6FFE (or 0x8C6FFE) is known color: Light Slate Blue. HEX triplet: 8C, 6F and FE. RGB value is (140,111,254). Sum of RGB (Red+Green+Blue) = 140+111+254=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C6FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6FFE is #739001. Grayscale: #878787. Windows color (decimal): -7573506 or 16674700. OLE color: 16674700.

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

Color convert

RGB 140 111 254 -
CMYK 0.45 0.56 0 0.00
HSL 252.17º 0.99% 0.72% -
HSV(B) 252.17º 0.56% 1% -
XYZ 34.39 24.1 96.61 -
YUV 135.97 194.61 130.87 -
System Red Green Blue C M Y K H S L
Decimal 140 111 254 0.45 0.56 0 0.00 252.17 0.99 0.72
Hex 8C 6F FE 2D 38 0 0 FC 63 48
Octal 214 157 376 55 70 0 0 374 143 110
Binary 10001100 1101111 11111110 101101 111000 0 0 11111100 1100011 1001000

Color Harmonies of #8C6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6FFE

Black with #8C6FFE

Text Example


Text Example

White with #8C6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,111,254); }

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

background-color css

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

 a { background-color: rgb(140,111,254); }

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

border-color css

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

 span { border-color: rgb(140,111,254); }

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