Html Css Color HEX #9C93FB Light Slate Blue

📋 copy color: '#9C93FB'

red 156 ◦ green 147 ◦ blue 251

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

Shades of Light Slate Blue #9C93FB

Tints of Light Slate Blue #9C93FB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.53%

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 28.16%
G = 26.53%
B = 45.31%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C93FB (or 0x9C93FB) is known color: Light Slate Blue. HEX triplet: 9C, 93 and FB. RGB value is (156,147,251). Sum of RGB (Red+Green+Blue) = 156+147+251=554 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.16% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C93FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C93FB is #636C04. Grayscale: #A1A1A1. Windows color (decimal): -6515717 or 16487324. OLE color: 16487324.

HSL color Cylindrical-coordinate representation of color #9C93FB: hue angle of 245.19º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C93FB is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 147 251 -
CMYK 0.38 0.41 0 0.02
HSL 245.19º 0.93% 0.78% -
HSV(B) 245.19º 0.41% 0.98% -
XYZ 41.56 34.9 95.81 -
YUV 161.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 156 147 251 0.38 0.41 0 0.02 245.19 0.93 0.78
Hex 9C 93 FB 26 29 0 2 F5 5D 4E
Octal 234 223 373 46 51 0 2 365 135 116
Binary 10011100 10010011 11111011 100110 101001 0 10 11110101 1011101 1001110

Color Harmonies of #9C93FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C93FB

Black with #9C93FB

Text Example


Text Example

White with #9C93FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,147,251); }

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

background-color css

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

 a { background-color: rgb(156,147,251); }

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

border-color css

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

 span { border-color: rgb(156,147,251); }

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