Html Css Color HEX #8C7CFD Light Slate Blue

📋 copy color: '#8C7CFD'

red 140 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #8C7CFD

Tints of Light Slate Blue #8C7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.98%

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

R = 27.08%
G = 23.98%
B = 48.94%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C7CFD (or 0x8C7CFD) is known color: Light Slate Blue. HEX triplet: 8C, 7C and FD. RGB value is (140,124,253). Sum of RGB (Red+Green+Blue) = 140+124+253=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7CFD is #738302. Grayscale: #8E8E8E. Windows color (decimal): -7570179 or 16612492. OLE color: 16612492.

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

Color convert

RGB 140 124 253 -
CMYK 0.45 0.51 0 0.01
HSL 247.44º 0.97% 0.74% -
HSV(B) 247.44º 0.51% 0.99% -
XYZ 35.75 27.08 96.27 -
YUV 143.49 189.8 125.51 -
System Red Green Blue C M Y K H S L
Decimal 140 124 253 0.45 0.51 0 0.01 247.44 0.97 0.74
Hex 8C 7C FD 2D 33 0 1 F7 61 4A
Octal 214 174 375 55 63 0 1 367 141 112
Binary 10001100 1111100 11111101 101101 110011 0 1 11110111 1100001 1001010

Color Harmonies of #8C7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7CFD

Black with #8C7CFD

Text Example


Text Example

White with #8C7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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