Html Css Color HEX #9993FB Light Slate Blue

📋 copy color: '#9993FB'

red 153 ◦ green 147 ◦ blue 251

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

Shades of Light Slate Blue #9993FB

Tints of Light Slate Blue #9993FB

RGB

 RED value IS 153 (60.16% from 255) = 27.77%

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

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

R = 27.77%
G = 26.68%
B = 45.55%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9993FB (or 0x9993FB) is known color: Light Slate Blue. HEX triplet: 99, 93 and FB. RGB value is (153,147,251). Sum of RGB (Red+Green+Blue) = 153+147+251=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #9993FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9993FB is #666C04. Grayscale: #A0A0A0. Windows color (decimal): -6712325 or 16487321. OLE color: 16487321.

HSL color Cylindrical-coordinate representation of color #9993FB: hue angle of 243.46º 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 #9993FB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 147 251 -
CMYK 0.39 0.41 0 0.02
HSL 243.46º 0.93% 0.78% -
HSV(B) 243.46º 0.41% 0.98% -
XYZ 40.98 34.6 95.79 -
YUV 160.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 153 147 251 0.39 0.41 0 0.02 243.46 0.93 0.78
Hex 99 93 FB 27 29 0 2 F3 5D 4E
Octal 231 223 373 47 51 0 2 363 135 116
Binary 10011001 10010011 11111011 100111 101001 0 10 11110011 1011101 1001110

Color Harmonies of #9993FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9993FB

Black with #9993FB

Text Example


Text Example

White with #9993FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9993FB; }

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

 H1.HeaderClassName
 {
   color: #9993FB;
 }
 .AnyTagClassName
 {
   color: #9993FB;
 }
</style>

background-color css

<style>
 a { background-color: #9993FB; }

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

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

border-color css

<style>
 span { border-color: #9993FB; }

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

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