Html Css Color HEX #9C74F8 Light Slate Blue

📋 copy color: '#9C74F8'

red 156 ◦ green 116 ◦ blue 248

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

Shades of Light Slate Blue #9C74F8

Tints of Light Slate Blue #9C74F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.69%

R = 30%
G = 22.31%
B = 47.69%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9C74F8 (or 0x9C74F8) is known color: Light Slate Blue. HEX triplet: 9C, 74 and F8. RGB value is (156,116,248). Sum of RGB (Red+Green+Blue) = 156+116+248=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C74F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C74F8 is #638B07. Grayscale: #8E8E8E. Windows color (decimal): -6523656 or 16282780. OLE color: 16282780.

HSL color Cylindrical-coordinate representation of color #9C74F8: hue angle of 258.18º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C74F8 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 156 116 248 -
CMYK 0.37 0.53 0 0.03
HSL 258.18º 0.9% 0.71% -
HSV(B) 258.18º 0.53% 0.97% -
XYZ 36.9 26.34 91.95 -
YUV 143.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 156 116 248 0.37 0.53 0 0.03 258.18 0.9 0.71
Hex 9C 74 F8 25 35 0 3 102 5A 47
Octal 234 164 370 45 65 0 3 402 132 107
Binary 10011100 1110100 11111000 100101 110101 0 11 100000010 1011010 1000111

Color Harmonies of #9C74F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C74F8

Black with #9C74F8

Text Example


Text Example

White with #9C74F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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