Html Css Color HEX #8C7BEC Light Slate Blue

📋 copy color: '#8C7BEC'

red 140 ◦ green 123 ◦ blue 236

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

Shades of Light Slate Blue #8C7BEC

Tints of Light Slate Blue #8C7BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.65%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 28.06%
G = 24.65%
B = 47.29%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C7BEC (or 0x8C7BEC) is known color: Light Slate Blue. HEX triplet: 8C, 7B and EC. RGB value is (140,123,236). Sum of RGB (Red+Green+Blue) = 140+123+236=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C7BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7BEC is #738413. Grayscale: #8C8C8C. Windows color (decimal): -7570452 or 15498124. OLE color: 15498124.

HSL color Cylindrical-coordinate representation of color #8C7BEC: hue angle of 249.03º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C7BEC is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 123 236 -
CMYK 0.41 0.48 0 0.07
HSL 249.03º 0.75% 0.7% -
HSV(B) 249.03º 0.48% 0.93% -
XYZ 33.04 25.8 82.59 -
YUV 140.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 140 123 236 0.41 0.48 0 0.07 249.03 0.75 0.7
Hex 8C 7B EC 29 30 0 7 F9 4B 46
Octal 214 173 354 51 60 0 7 371 113 106
Binary 10001100 1111011 11101100 101001 110000 0 111 11111001 1001011 1000110

Color Harmonies of #8C7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BEC

Black with #8C7BEC

Text Example


Text Example

White with #8C7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,236); }

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

background-color css

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

 a { background-color: rgb(140,123,236); }

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

border-color css

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

 span { border-color: rgb(140,123,236); }

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