Html Css Color HEX #8C7FEA Light Slate Blue

📋 copy color: '#8C7FEA'

red 140 ◦ green 127 ◦ blue 234

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

Shades of Light Slate Blue #8C7FEA

Tints of Light Slate Blue #8C7FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 27.94%
G = 25.35%
B = 46.71%

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

#8C7FEA (or 0x8C7FEA) is known color: Light Slate Blue. HEX triplet: 8C, 7F and EA. RGB value is (140,127,234). Sum of RGB (Red+Green+Blue) = 140+127+234=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C7FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7FEA is #738015. Grayscale: #8E8E8E. Windows color (decimal): -7569430 or 15368076. OLE color: 15368076.

HSL color Cylindrical-coordinate representation of color #8C7FEA: hue angle of 247.29º degrees, saturation: 0.72, 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 #8C7FEA is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 127 234 -
CMYK 0.40 0.46 0 0.08
HSL 247.29º 0.72% 0.71% -
HSV(B) 247.29º 0.46% 0.92% -
XYZ 33.26 26.69 81.24 -
YUV 143.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 140 127 234 0.40 0.46 0 0.08 247.29 0.72 0.71
Hex 8C 7F EA 28 2E 0 8 F7 48 47
Octal 214 177 352 50 56 0 10 367 110 107
Binary 10001100 1111111 11101010 101000 101110 0 1000 11110111 1001000 1000111

Color Harmonies of #8C7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FEA

Black with #8C7FEA

Text Example


Text Example

White with #8C7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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