Html Css Color HEX #9A6BFB Light Slate Blue

📋 copy color: '#9A6BFB'

red 154 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #9A6BFB

Tints of Light Slate Blue #9A6BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 30.08%
G = 20.9%
B = 49.02%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A6BFB (or 0x9A6BFB) is known color: Light Slate Blue. HEX triplet: 9A, 6B and FB. RGB value is (154,107,251). Sum of RGB (Red+Green+Blue) = 154+107+251=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BFB is #659404. Grayscale: #888888. Windows color (decimal): -6657029 or 16477082. OLE color: 16477082.

HSL color Cylindrical-coordinate representation of color #9A6BFB: hue angle of 259.58º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A6BFB is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 107 251 -
CMYK 0.39 0.57 0 0.02
HSL 259.58º 0.95% 0.7% -
HSV(B) 259.58º 0.57% 0.98% -
XYZ 36 24.35 94.07 -
YUV 137.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 154 107 251 0.39 0.57 0 0.02 259.58 0.95 0.7
Hex 9A 6B FB 27 39 0 2 104 5F 46
Octal 232 153 373 47 71 0 2 404 137 106
Binary 10011010 1101011 11111011 100111 111001 0 10 100000100 1011111 1000110

Color Harmonies of #9A6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6BFB

Black with #9A6BFB

Text Example


Text Example

White with #9A6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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