Html Css Color HEX #9495FF Light Slate Blue

📋 copy color: '#9495FF'

red 148 ◦ green 149 ◦ blue 255

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

Shades of Light Slate Blue #9495FF

Tints of Light Slate Blue #9495FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.99%

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

R = 26.81%
G = 26.99%
B = 46.2%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9495FF (or 0x9495FF) is known color: Light Slate Blue. HEX triplet: 94, 95 and FF. RGB value is (148,149,255). Sum of RGB (Red+Green+Blue) = 148+149+255=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #9495FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9495FF is #6B6A00. Grayscale: #A0A0A0. Windows color (decimal): -7039489 or 16749972. OLE color: 16749972.

HSL color Cylindrical-coordinate representation of color #9495FF: hue angle of 239.44º 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 #9495FF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 149 255 -
CMYK 0.42 0.42 0 0
HSL 239.44º 1% 0.79% -
HSV(B) 239.44º 0.42% 1% -
XYZ 41.01 35.01 99.2 -
YUV 160.79 181.17 118.88 -
System Red Green Blue C M Y K H S L
Decimal 148 149 255 0.42 0.42 0 0 239.44 1 0.79
Hex 94 95 FF 2A 2A 0 0 EF 64 4F
Octal 224 225 377 52 52 0 0 357 144 117
Binary 10010100 10010101 11111111 101010 101010 0 0 11101111 1100100 1001111

Color Harmonies of #9495FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9495FF

Black with #9495FF

Text Example


Text Example

White with #9495FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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