Html Css Color HEX #9C72F8 Light Slate Blue

📋 copy color: '#9C72F8'

red 156 ◦ green 114 ◦ blue 248

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

Shades of Light Slate Blue #9C72F8

Tints of Light Slate Blue #9C72F8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.01%

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

R = 30.12%
G = 22.01%
B = 47.88%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9C72F8 (or 0x9C72F8) is known color: Light Slate Blue. HEX triplet: 9C, 72 and F8. RGB value is (156,114,248). Sum of RGB (Red+Green+Blue) = 156+114+248=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C72F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C72F8 is #638D07. Grayscale: #8D8D8D. Windows color (decimal): -6524168 or 16282268. OLE color: 16282268.

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

Color convert

RGB 156 114 248 -
CMYK 0.37 0.54 0 0.03
HSL 258.81º 0.91% 0.71% -
HSV(B) 258.81º 0.54% 0.97% -
XYZ 36.67 25.88 91.87 -
YUV 141.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 156 114 248 0.37 0.54 0 0.03 258.81 0.91 0.71
Hex 9C 72 F8 25 36 0 3 103 5B 47
Octal 234 162 370 45 66 0 3 403 133 107
Binary 10011100 1110010 11111000 100101 110110 0 11 100000011 1011011 1000111

Color Harmonies of #9C72F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C72F8

Black with #9C72F8

Text Example


Text Example

White with #9C72F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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