Html Css Color HEX #8C8AF6 Light Slate Blue

📋 copy color: '#8C8AF6'

red 140 ◦ green 138 ◦ blue 246

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

Shades of Light Slate Blue #8C8AF6

Tints of Light Slate Blue #8C8AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.34%

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 26.72%
G = 26.34%
B = 46.95%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8C8AF6 (or 0x8C8AF6) is known color: Light Slate Blue. HEX triplet: 8C, 8A and F6. RGB value is (140,138,246). Sum of RGB (Red+Green+Blue) = 140+138+246=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #8C8AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8AF6 is #737509. Grayscale: #969696. Windows color (decimal): -7566602 or 16157324. OLE color: 16157324.

HSL color Cylindrical-coordinate representation of color #8C8AF6: hue angle of 241.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C8AF6 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 138 246 -
CMYK 0.43 0.44 0 0.04
HSL 241.11º 0.86% 0.75% -
HSV(B) 241.11º 0.44% 0.96% -
XYZ 36.54 30.41 91.13 -
YUV 150.91 181.66 120.22 -
System Red Green Blue C M Y K H S L
Decimal 140 138 246 0.43 0.44 0 0.04 241.11 0.86 0.75
Hex 8C 8A F6 2B 2C 0 4 F1 56 4B
Octal 214 212 366 53 54 0 4 361 126 113
Binary 10001100 10001010 11110110 101011 101100 0 100 11110001 1010110 1001011

Color Harmonies of #8C8AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8AF6

Black with #8C8AF6

Text Example


Text Example

White with #8C8AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,138,246); }

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

background-color css

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

 a { background-color: rgb(140,138,246); }

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

border-color css

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

 span { border-color: rgb(140,138,246); }

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