Html Css Color HEX #9A6FFD Light Slate Blue

📋 copy color: '#9A6FFD'

red 154 ◦ green 111 ◦ blue 253

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

Shades of Light Slate Blue #9A6FFD

Tints of Light Slate Blue #9A6FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.43%

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 29.73%
G = 21.43%
B = 48.84%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A6FFD (or 0x9A6FFD) is known color: Light Slate Blue. HEX triplet: 9A, 6F and FD. RGB value is (154,111,253). Sum of RGB (Red+Green+Blue) = 154+111+253=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6FFD is #659002. Grayscale: #8B8B8B. Windows color (decimal): -6656003 or 16609178. OLE color: 16609178.

HSL color Cylindrical-coordinate representation of color #9A6FFD: hue angle of 258.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A6FFD is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 111 253 -
CMYK 0.39 0.56 0 0.01
HSL 258.17º 0.97% 0.71% -
HSV(B) 258.17º 0.56% 0.99% -
XYZ 36.74 25.33 95.88 -
YUV 140.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 154 111 253 0.39 0.56 0 0.01 258.17 0.97 0.71
Hex 9A 6F FD 27 38 0 1 102 61 47
Octal 232 157 375 47 70 0 1 402 141 107
Binary 10011010 1101111 11111101 100111 111000 0 1 100000010 1100001 1000111

Color Harmonies of #9A6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FFD

Black with #9A6FFD

Text Example


Text Example

White with #9A6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,111,253); }

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

background-color css

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

 a { background-color: rgb(154,111,253); }

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

border-color css

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

 span { border-color: rgb(154,111,253); }

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