Html Css Color HEX #9A60F9 Light Slate Blue

📋 copy color: '#9A60F9'

red 154 ◦ green 96 ◦ blue 249

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

Shades of Light Slate Blue #9A60F9

Tints of Light Slate Blue #9A60F9

RGB

 RED value IS 154 (60.55% from 255) = 30.86%

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

 BLUE value IS 249 (97.66% from 255) = 49.9%

R = 30.86%
G = 19.24%
B = 49.9%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A60F9 (or 0x9A60F9) is known color: Light Slate Blue. HEX triplet: 9A, 60 and F9. RGB value is (154,96,249). Sum of RGB (Red+Green+Blue) = 154+96+249=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A60F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A60F9 is #659F06. Grayscale: #828282. Windows color (decimal): -6659847 or 16343194. OLE color: 16343194.

HSL color Cylindrical-coordinate representation of color #9A60F9: hue angle of 262.75º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A60F9 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 96 249 -
CMYK 0.38 0.61 0 0.02
HSL 262.75º 0.93% 0.68% -
HSV(B) 262.75º 0.61% 0.98% -
XYZ 34.61 22.08 92.06 -
YUV 130.78 194.72 144.56 -
System Red Green Blue C M Y K H S L
Decimal 154 96 249 0.38 0.61 0 0.02 262.75 0.93 0.68
Hex 9A 60 F9 26 3D 0 2 107 5D 44
Octal 232 140 371 46 75 0 2 407 135 104
Binary 10011010 1100000 11111001 100110 111101 0 10 100000111 1011101 1000100

Color Harmonies of #9A60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A60F9

Black with #9A60F9

Text Example


Text Example

White with #9A60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A60F9; }

 p { color: rgb(154,96,249); }

 H1.HeaderClassName
 {
   color: #9A60F9;
 }
 .AnyTagClassName
 {
   color: #9A60F9;
 }
</style>

background-color css

<style>
 a { background-color: #9A60F9; }

 a { background-color: rgb(154,96,249); }

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

border-color css

<style>
 span { border-color: #9A60F9; }

 span { border-color: rgb(154,96,249); }

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