Html Css Color HEX #9795FF Light Slate Blue

📋 copy color: '#9795FF'

red 151 ◦ green 149 ◦ blue 255

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

Shades of Light Slate Blue #9795FF

Tints of Light Slate Blue #9795FF

RGB

 RED value IS 151 (59.38% from 255) = 27.21%

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

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

R = 27.21%
G = 26.85%
B = 45.95%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9795FF (or 0x9795FF) is known color: Light Slate Blue. HEX triplet: 97, 95 and FF. RGB value is (151,149,255). Sum of RGB (Red+Green+Blue) = 151+149+255=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #9795FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9795FF is #686A00. Grayscale: #A1A1A1. Windows color (decimal): -6842881 or 16749975. OLE color: 16749975.

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

Color convert

RGB 151 149 255 -
CMYK 0.41 0.42 0 0
HSL 241.13º 1% 0.79% -
HSV(B) 241.13º 0.42% 1% -
XYZ 41.56 35.29 99.23 -
YUV 161.68 180.66 120.38 -
System Red Green Blue C M Y K H S L
Decimal 151 149 255 0.41 0.42 0 0 241.13 1 0.79
Hex 97 95 FF 29 2A 0 0 F1 64 4F
Octal 227 225 377 51 52 0 0 361 144 117
Binary 10010111 10010101 11111111 101001 101010 0 0 11110001 1100100 1001111

Color Harmonies of #9795FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9795FF

Black with #9795FF

Text Example


Text Example

White with #9795FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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