Html Css Color HEX #8C7CEB Light Slate Blue

📋 copy color: '#8C7CEB'

red 140 ◦ green 124 ◦ blue 235

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

Shades of Light Slate Blue #8C7CEB

Tints of Light Slate Blue #8C7CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.85%

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 28.06%
G = 24.85%
B = 47.09%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C7CEB (or 0x8C7CEB) is known color: Light Slate Blue. HEX triplet: 8C, 7C and EB. RGB value is (140,124,235). Sum of RGB (Red+Green+Blue) = 140+124+235=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C7CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7CEB is #738314. Grayscale: #8D8D8D. Windows color (decimal): -7570197 or 15432844. OLE color: 15432844.

HSL color Cylindrical-coordinate representation of color #8C7CEB: hue angle of 248.65º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C7CEB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 124 235 -
CMYK 0.40 0.47 0 0.08
HSL 248.65º 0.74% 0.7% -
HSV(B) 248.65º 0.47% 0.92% -
XYZ 33.02 25.99 81.87 -
YUV 141.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 140 124 235 0.40 0.47 0 0.08 248.65 0.74 0.7
Hex 8C 7C EB 28 2F 0 8 F9 4A 46
Octal 214 174 353 50 57 0 10 371 112 106
Binary 10001100 1111100 11101011 101000 101111 0 1000 11111001 1001010 1000110

Color Harmonies of #8C7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7CEB

Black with #8C7CEB

Text Example


Text Example

White with #8C7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,124,235); }

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

background-color css

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

 a { background-color: rgb(140,124,235); }

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

border-color css

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

 span { border-color: rgb(140,124,235); }

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