Html Css Color HEX #9A6EFF Light Slate Blue

📋 copy color: '#9A6EFF'

red 154 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #9A6EFF

Tints of Light Slate Blue #9A6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.19%

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

R = 29.67%
G = 21.19%
B = 49.13%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A6EFF (or 0x9A6EFF) is known color: Light Slate Blue. HEX triplet: 9A, 6E and FF. RGB value is (154,110,255). Sum of RGB (Red+Green+Blue) = 154+110+255=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6EFF is #659100. Grayscale: #8B8B8B. Windows color (decimal): -6656257 or 16739994. OLE color: 16739994.

HSL color Cylindrical-coordinate representation of color #9A6EFF: hue angle of 258.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A6EFF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 110 255 -
CMYK 0.40 0.57 0 0
HSL 258.21º 1% 0.72% -
HSV(B) 258.21º 0.57% 1% -
XYZ 36.95 25.24 97.53 -
YUV 139.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 154 110 255 0.40 0.57 0 0 258.21 1 0.72
Hex 9A 6E FF 28 39 0 0 102 64 48
Octal 232 156 377 50 71 0 0 402 144 110
Binary 10011010 1101110 11111111 101000 111001 0 0 100000010 1100100 1001000

Color Harmonies of #9A6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6EFF

Black with #9A6EFF

Text Example


Text Example

White with #9A6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,110,255); }

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

background-color css

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

 a { background-color: rgb(154,110,255); }

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

border-color css

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

 span { border-color: rgb(154,110,255); }

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