Html Css Color HEX #8C7FFD Light Slate Blue

📋 copy color: '#8C7FFD'

red 140 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #8C7FFD

Tints of Light Slate Blue #8C7FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 26.92%
G = 24.42%
B = 48.65%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C7FFD (or 0x8C7FFD) is known color: Light Slate Blue. HEX triplet: 8C, 7F and FD. RGB value is (140,127,253). Sum of RGB (Red+Green+Blue) = 140+127+253=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7FFD is #738002. Grayscale: #909090. Windows color (decimal): -7569411 or 16613260. OLE color: 16613260.

HSL color Cylindrical-coordinate representation of color #8C7FFD: hue angle of 246.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C7FFD is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 127 253 -
CMYK 0.45 0.50 0 0.01
HSL 246.19º 0.97% 0.75% -
HSV(B) 246.19º 0.5% 0.99% -
XYZ 36.13 27.85 96.4 -
YUV 145.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 140 127 253 0.45 0.50 0 0.01 246.19 0.97 0.75
Hex 8C 7F FD 2D 32 0 1 F6 61 4B
Octal 214 177 375 55 62 0 1 366 141 113
Binary 10001100 1111111 11111101 101101 110010 0 1 11110110 1100001 1001011

Color Harmonies of #8C7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FFD

Black with #8C7FFD

Text Example


Text Example

White with #8C7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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