Html Css Color HEX #9993FA Light Slate Blue

📋 copy color: '#9993FA'

red 153 ◦ green 147 ◦ blue 250

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

Shades of Light Slate Blue #9993FA

Tints of Light Slate Blue #9993FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 27.82%
G = 26.73%
B = 45.45%

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

#9993FA (or 0x9993FA) is known color: Light Slate Blue. HEX triplet: 99, 93 and FA. RGB value is (153,147,250). Sum of RGB (Red+Green+Blue) = 153+147+250=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #9993FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9993FA is #666C05. Grayscale: #A0A0A0. Windows color (decimal): -6712326 or 16421785. OLE color: 16421785.

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

Color convert

RGB 153 147 250 -
CMYK 0.39 0.41 0 0.02
HSL 243.5º 0.91% 0.78% -
HSV(B) 243.5º 0.41% 0.98% -
XYZ 40.83 34.54 94.96 -
YUV 160.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 153 147 250 0.39 0.41 0 0.02 243.5 0.91 0.78
Hex 99 93 FA 27 29 0 2 F3 5B 4E
Octal 231 223 372 47 51 0 2 363 133 116
Binary 10011001 10010011 11111010 100111 101001 0 10 11110011 1011011 1001110

Color Harmonies of #9993FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9993FA

Black with #9993FA

Text Example


Text Example

White with #9993FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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