Html Css Color HEX #8C7FEB Light Slate Blue

📋 copy color: '#8C7FEB'

red 140 ◦ green 127 ◦ blue 235

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

Shades of Light Slate Blue #8C7FEB

Tints of Light Slate Blue #8C7FEB

RGB

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

 GREEN value IS 127 (50% from 255) = 25.3%

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

R = 27.89%
G = 25.3%
B = 46.81%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C7FEB (or 0x8C7FEB) is known color: Light Slate Blue. HEX triplet: 8C, 7F and EB. RGB value is (140,127,235). Sum of RGB (Red+Green+Blue) = 140+127+235=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C7FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7FEB is #738014. Grayscale: #8E8E8E. Windows color (decimal): -7569429 or 15433612. OLE color: 15433612.

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

Color convert

RGB 140 127 235 -
CMYK 0.40 0.46 0 0.08
HSL 247.22º 0.73% 0.71% -
HSV(B) 247.22º 0.46% 0.92% -
XYZ 33.4 26.75 82 -
YUV 143.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 140 127 235 0.40 0.46 0 0.08 247.22 0.73 0.71
Hex 8C 7F EB 28 2E 0 8 F7 49 47
Octal 214 177 353 50 56 0 10 367 111 107
Binary 10001100 1111111 11101011 101000 101110 0 1000 11110111 1001001 1000111

Color Harmonies of #8C7FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FEB

Black with #8C7FEB

Text Example


Text Example

White with #8C7FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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