Html Css Color HEX #8C74FC Light Slate Blue

📋 copy color: '#8C74FC'

red 140 ◦ green 116 ◦ blue 252

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

Shades of Light Slate Blue #8C74FC

Tints of Light Slate Blue #8C74FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 27.56%
G = 22.83%
B = 49.61%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C74FC (or 0x8C74FC) is known color: Light Slate Blue. HEX triplet: 8C, 74 and FC. RGB value is (140,116,252). Sum of RGB (Red+Green+Blue) = 140+116+252=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C74FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C74FC is #738B03. Grayscale: #8A8A8A. Windows color (decimal): -7572228 or 16544908. OLE color: 16544908.

HSL color Cylindrical-coordinate representation of color #8C74FC: hue angle of 250.59º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C74FC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 116 252 -
CMYK 0.44 0.54 0 0.01
HSL 250.59º 0.96% 0.72% -
HSV(B) 250.59º 0.54% 0.99% -
XYZ 34.63 25.09 95.11 -
YUV 138.68 191.95 128.94 -
System Red Green Blue C M Y K H S L
Decimal 140 116 252 0.44 0.54 0 0.01 250.59 0.96 0.72
Hex 8C 74 FC 2C 36 0 1 FB 60 48
Octal 214 164 374 54 66 0 1 373 140 110
Binary 10001100 1110100 11111100 101100 110110 0 1 11111011 1100000 1001000

Color Harmonies of #8C74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C74FC

Black with #8C74FC

Text Example


Text Example

White with #8C74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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