Html Css Color HEX #8C74FE Light Slate Blue

📋 copy color: '#8C74FE'

red 140 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #8C74FE

Tints of Light Slate Blue #8C74FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.75%

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 27.45%
G = 22.75%
B = 49.8%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C74FE (or 0x8C74FE) is known color: Light Slate Blue. HEX triplet: 8C, 74 and FE. RGB value is (140,116,254). Sum of RGB (Red+Green+Blue) = 140+116+254=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C74FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C74FE is #738B01. Grayscale: #8A8A8A. Windows color (decimal): -7572226 or 16675980. OLE color: 16675980.

HSL color Cylindrical-coordinate representation of color #8C74FE: hue angle of 250.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C74FE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 116 254 -
CMYK 0.45 0.54 0 0.00
HSL 250.43º 0.99% 0.73% -
HSV(B) 250.43º 0.54% 1% -
XYZ 34.95 25.22 96.79 -
YUV 138.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 140 116 254 0.45 0.54 0 0.00 250.43 0.99 0.73
Hex 8C 74 FE 2D 36 0 0 FA 63 49
Octal 214 164 376 55 66 0 0 372 143 111
Binary 10001100 1110100 11111110 101101 110110 0 0 11111010 1100011 1001001

Color Harmonies of #8C74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C74FE

Black with #8C74FE

Text Example


Text Example

White with #8C74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,254); }

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

background-color css

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

 a { background-color: rgb(140,116,254); }

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

border-color css

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

 span { border-color: rgb(140,116,254); }

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