Html Css Color HEX #9C74FE Light Slate Blue

📋 copy color: '#9C74FE'

red 156 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #9C74FE

Tints of Light Slate Blue #9C74FE

RGB

 RED value IS 156 (61.33% from 255) = 29.66%

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

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

R = 29.66%
G = 22.05%
B = 48.29%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C74FE (or 0x9C74FE) is known color: Light Slate Blue. HEX triplet: 9C, 74 and FE. RGB value is (156,116,254). Sum of RGB (Red+Green+Blue) = 156+116+254=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C74FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C74FE is #638B01. Grayscale: #8F8F8F. Windows color (decimal): -6523650 or 16675996. OLE color: 16675996.

HSL color Cylindrical-coordinate representation of color #9C74FE: hue angle of 257.39º 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 #9C74FE is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 116 254 -
CMYK 0.39 0.54 0 0.00
HSL 257.39º 0.99% 0.73% -
HSV(B) 257.39º 0.54% 1% -
XYZ 37.85 26.71 96.93 -
YUV 143.69 190.25 136.78 -
System Red Green Blue C M Y K H S L
Decimal 156 116 254 0.39 0.54 0 0.00 257.39 0.99 0.73
Hex 9C 74 FE 27 36 0 0 101 63 49
Octal 234 164 376 47 66 0 0 401 143 111
Binary 10011100 1110100 11111110 100111 110110 0 0 100000001 1100011 1001001

Color Harmonies of #9C74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C74FE

Black with #9C74FE

Text Example


Text Example

White with #9C74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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