Html Css Color HEX #8C6FF8 Light Slate Blue

📋 copy color: '#8C6FF8'

red 140 ◦ green 111 ◦ blue 248

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

Shades of Light Slate Blue #8C6FF8

Tints of Light Slate Blue #8C6FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.7%

R = 28.06%
G = 22.24%
B = 49.7%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8C6FF8 (or 0x8C6FF8) is known color: Light Slate Blue. HEX triplet: 8C, 6F and F8. RGB value is (140,111,248). Sum of RGB (Red+Green+Blue) = 140+111+248=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #8C6FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6FF8 is #739007. Grayscale: #868686. Windows color (decimal): -7573512 or 16281484. OLE color: 16281484.

HSL color Cylindrical-coordinate representation of color #8C6FF8: hue angle of 252.7º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C6FF8 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 111 248 -
CMYK 0.44 0.55 0 0.03
HSL 252.7º 0.91% 0.7% -
HSV(B) 252.7º 0.55% 0.97% -
XYZ 33.44 23.72 91.62 -
YUV 135.29 191.61 131.36 -
System Red Green Blue C M Y K H S L
Decimal 140 111 248 0.44 0.55 0 0.03 252.7 0.91 0.7
Hex 8C 6F F8 2C 37 0 3 FD 5B 46
Octal 214 157 370 54 67 0 3 375 133 106
Binary 10001100 1101111 11111000 101100 110111 0 11 11111101 1011011 1000110

Color Harmonies of #8C6FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6FF8

Black with #8C6FF8

Text Example


Text Example

White with #8C6FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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