Html Css Color HEX #9994FF Light Slate Blue

📋 copy color: '#9994FF'

red 153 ◦ green 148 ◦ blue 255

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

Shades of Light Slate Blue #9994FF

Tints of Light Slate Blue #9994FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.62%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 27.52%
G = 26.62%
B = 45.86%

CMYK

 C value IS 0.4

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9994FF (or 0x9994FF) is known color: Light Slate Blue. HEX triplet: 99, 94 and FF. RGB value is (153,148,255). Sum of RGB (Red+Green+Blue) = 153+148+255=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #9994FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9994FF is #666B00. Grayscale: #A1A1A1. Windows color (decimal): -6712065 or 16749721. OLE color: 16749721.

HSL color Cylindrical-coordinate representation of color #9994FF: hue angle of 242.8º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9994FF is Cyan = 0.4, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 148 255 -
CMYK 0.4 0.42 0 0
HSL 242.8º 1% 0.79% -
HSV(B) 242.8º 0.42% 1% -
XYZ 41.78 35.17 99.19 -
YUV 161.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 153 148 255 0.4 0.42 0 0 242.8 1 0.79
Hex 99 94 FF 28 2A 0 0 F3 64 4F
Octal 231 224 377 50 52 0 0 363 144 117
Binary 10011001 10010100 11111111 101000 101010 0 0 11110011 1100100 1001111

Color Harmonies of #9994FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9994FF

Black with #9994FF

Text Example


Text Example

White with #9994FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9994FF; }

 p { color: rgb(153,148,255); }

 H1.HeaderClassName
 {
   color: #9994FF;
 }
 .AnyTagClassName
 {
   color: #9994FF;
 }
</style>

background-color css

<style>
 a { background-color: #9994FF; }

 a { background-color: rgb(153,148,255); }

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

border-color css

<style>
 span { border-color: #9994FF; }

 span { border-color: rgb(153,148,255); }

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