Html Css Color HEX #9A6BFE Light Slate Blue

📋 copy color: '#9A6BFE'

red 154 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #9A6BFE

Tints of Light Slate Blue #9A6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.78%

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 29.9%
G = 20.78%
B = 49.32%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9A6BFE (or 0x9A6BFE) is known color: Light Slate Blue. HEX triplet: 9A, 6B and FE. RGB value is (154,107,254). Sum of RGB (Red+Green+Blue) = 154+107+254=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BFE is #659401. Grayscale: #898989. Windows color (decimal): -6657026 or 16673690. OLE color: 16673690.

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

Color convert

RGB 154 107 254 -
CMYK 0.39 0.58 0 0.00
HSL 259.18º 0.99% 0.71% -
HSV(B) 259.18º 0.58% 1% -
XYZ 36.47 24.54 96.58 -
YUV 137.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 154 107 254 0.39 0.58 0 0.00 259.18 0.99 0.71
Hex 9A 6B FE 27 3A 0 0 103 63 47
Octal 232 153 376 47 72 0 0 403 143 107
Binary 10011010 1101011 11111110 100111 111010 0 0 100000011 1100011 1000111

Color Harmonies of #9A6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6BFE

Black with #9A6BFE

Text Example


Text Example

White with #9A6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,107,254); }

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

background-color css

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

 a { background-color: rgb(154,107,254); }

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

border-color css

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

 span { border-color: rgb(154,107,254); }

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