Html Css Color HEX #8960FF Light Slate Blue

📋 copy color: '#8960FF'

red 137 ◦ green 96 ◦ blue 255

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

Shades of Light Slate Blue #8960FF

Tints of Light Slate Blue #8960FF

RGB

 RED value IS 137 (53.91% from 255) = 28.07%

 GREEN value IS 96 (37.89% from 255) = 19.67%

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

R = 28.07%
G = 19.67%
B = 52.25%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8960FF (or 0x8960FF) is known color: Light Slate Blue. HEX triplet: 89, 60 and FF. RGB value is (137,96,255). Sum of RGB (Red+Green+Blue) = 137+96+255=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8960FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8960FF is #769F00. Grayscale: #7D7D7D. Windows color (decimal): -7773953 or 16736393. OLE color: 16736393.

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

Color convert

RGB 137 96 255 -
CMYK 0.46 0.62 0 0
HSL 255.47º 1% 0.69% -
HSV(B) 255.47º 0.62% 1% -
XYZ 32.55 20.9 96.93 -
YUV 126.39 200.58 135.57 -
System Red Green Blue C M Y K H S L
Decimal 137 96 255 0.46 0.62 0 0 255.47 1 0.69
Hex 89 60 FF 2E 3E 0 0 FF 64 45
Octal 211 140 377 56 76 0 0 377 144 105
Binary 10001001 1100000 11111111 101110 111110 0 0 11111111 1100100 1000101

Color Harmonies of #8960FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8960FF

Black with #8960FF

Text Example


Text Example

White with #8960FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,96,255); }

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

background-color css

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

 a { background-color: rgb(137,96,255); }

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

border-color css

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

 span { border-color: rgb(137,96,255); }

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