Html Css Color HEX #9895FF Light Slate Blue

📋 copy color: '#9895FF'

red 152 ◦ green 149 ◦ blue 255

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

Shades of Light Slate Blue #9895FF

Tints of Light Slate Blue #9895FF

RGB

 RED value IS 152 (59.77% from 255) = 27.34%

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

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

R = 27.34%
G = 26.8%
B = 45.86%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9895FF (or 0x9895FF) is known color: Light Slate Blue. HEX triplet: 98, 95 and FF. RGB value is (152,149,255). Sum of RGB (Red+Green+Blue) = 152+149+255=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 149 (58.59% from 255 or 26.80% 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 #9895FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9895FF is #676A00. Grayscale: #A1A1A1. Windows color (decimal): -6777345 or 16749976. OLE color: 16749976.

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

Color convert

RGB 152 149 255 -
CMYK 0.40 0.42 0 0
HSL 241.7º 1% 0.79% -
HSV(B) 241.7º 0.42% 1% -
XYZ 41.75 35.39 99.24 -
YUV 161.98 180.49 120.88 -
System Red Green Blue C M Y K H S L
Decimal 152 149 255 0.40 0.42 0 0 241.7 1 0.79
Hex 98 95 FF 28 2A 0 0 F2 64 4F
Octal 230 225 377 50 52 0 0 362 144 117
Binary 10011000 10010101 11111111 101000 101010 0 0 11110010 1100100 1001111

Color Harmonies of #9895FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9895FF

Black with #9895FF

Text Example


Text Example

White with #9895FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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