Html Css Color HEX #9491FF Light Slate Blue

📋 copy color: '#9491FF'

red 148 ◦ green 145 ◦ blue 255

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

Shades of Light Slate Blue #9491FF

Tints of Light Slate Blue #9491FF

RGB

 RED value IS 148 (58.2% from 255) = 27.01%

 GREEN value IS 145 (57.03% from 255) = 26.46%

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

R = 27.01%
G = 26.46%
B = 46.53%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9491FF (or 0x9491FF) is known color: Light Slate Blue. HEX triplet: 94, 91 and FF. RGB value is (148,145,255). Sum of RGB (Red+Green+Blue) = 148+145+255=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #9491FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9491FF is #6B6E00. Grayscale: #9E9E9E. Windows color (decimal): -7040513 or 16748948. OLE color: 16748948.

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

Color convert

RGB 148 145 255 -
CMYK 0.42 0.43 0 0
HSL 241.64º 1% 0.78% -
HSV(B) 241.64º 0.43% 1% -
XYZ 40.39 33.77 99 -
YUV 158.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 148 145 255 0.42 0.43 0 0 241.64 1 0.78
Hex 94 91 FF 2A 2B 0 0 F2 64 4E
Octal 224 221 377 52 53 0 0 362 144 116
Binary 10010100 10010001 11111111 101010 101011 0 0 11110010 1100100 1001110

Color Harmonies of #9491FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9491FF

Black with #9491FF

Text Example


Text Example

White with #9491FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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