Html Css Color HEX #8C74FD Light Slate Blue

📋 copy color: '#8C74FD'

red 140 ◦ green 116 ◦ blue 253

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

Shades of Light Slate Blue #8C74FD

Tints of Light Slate Blue #8C74FD

RGB

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

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

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

R = 27.5%
G = 22.79%
B = 49.71%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C74FD (or 0x8C74FD) is known color: Light Slate Blue. HEX triplet: 8C, 74 and FD. RGB value is (140,116,253). Sum of RGB (Red+Green+Blue) = 140+116+253=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C74FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C74FD is #738B02. Grayscale: #8A8A8A. Windows color (decimal): -7572227 or 16610444. OLE color: 16610444.

HSL color Cylindrical-coordinate representation of color #8C74FD: hue angle of 250.51º degrees, saturation: 0.97, 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 #8C74FD is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 116 253 -
CMYK 0.45 0.54 0 0.01
HSL 250.51º 0.97% 0.72% -
HSV(B) 250.51º 0.54% 0.99% -
XYZ 34.79 25.16 95.95 -
YUV 138.79 192.45 128.86 -
System Red Green Blue C M Y K H S L
Decimal 140 116 253 0.45 0.54 0 0.01 250.51 0.97 0.72
Hex 8C 74 FD 2D 36 0 1 FB 61 48
Octal 214 164 375 55 66 0 1 373 141 110
Binary 10001100 1110100 11111101 101101 110110 0 1 11111011 1100001 1001000

Color Harmonies of #8C74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C74FD

Black with #8C74FD

Text Example


Text Example

White with #8C74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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