Html Css Color HEX #8C7FEF Light Slate Blue

📋 copy color: '#8C7FEF'

red 140 ◦ green 127 ◦ blue 239

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

Shades of Light Slate Blue #8C7FEF

Tints of Light Slate Blue #8C7FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 27.67%
G = 25.1%
B = 47.23%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C7FEF (or 0x8C7FEF) is known color: Light Slate Blue. HEX triplet: 8C, 7F and EF. RGB value is (140,127,239). Sum of RGB (Red+Green+Blue) = 140+127+239=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C7FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7FEF is #738010. Grayscale: #8F8F8F. Windows color (decimal): -7569425 or 15695756. OLE color: 15695756.

HSL color Cylindrical-coordinate representation of color #8C7FEF: hue angle of 246.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C7FEF is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 127 239 -
CMYK 0.41 0.47 0 0.06
HSL 246.96º 0.78% 0.72% -
HSV(B) 246.96º 0.47% 0.94% -
XYZ 33.98 26.99 85.08 -
YUV 143.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 140 127 239 0.41 0.47 0 0.06 246.96 0.78 0.72
Hex 8C 7F EF 29 2F 0 6 F7 4E 48
Octal 214 177 357 51 57 0 6 367 116 110
Binary 10001100 1111111 11101111 101001 101111 0 110 11110111 1001110 1001000

Color Harmonies of #8C7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FEF

Black with #8C7FEF

Text Example


Text Example

White with #8C7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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