Html Css Color HEX #9A7BFF Light Slate Blue

📋 copy color: '#9A7BFF'

red 154 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #9A7BFF

Tints of Light Slate Blue #9A7BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.12%

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

R = 28.95%
G = 23.12%
B = 47.93%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A7BFF (or 0x9A7BFF) is known color: Light Slate Blue. HEX triplet: 9A, 7B and FF. RGB value is (154,123,255). Sum of RGB (Red+Green+Blue) = 154+123+255=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7BFF is #658400. Grayscale: #929292. Windows color (decimal): -6652929 or 16743322. OLE color: 16743322.

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

Color convert

RGB 154 123 255 -
CMYK 0.40 0.52 0 0
HSL 254.09º 1% 0.74% -
HSV(B) 254.09º 0.52% 1% -
XYZ 38.46 28.26 98.03 -
YUV 147.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 154 123 255 0.40 0.52 0 0 254.09 1 0.74
Hex 9A 7B FF 28 34 0 0 FE 64 4A
Octal 232 173 377 50 64 0 0 376 144 112
Binary 10011010 1111011 11111111 101000 110100 0 0 11111110 1100100 1001010

Color Harmonies of #9A7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7BFF

Black with #9A7BFF

Text Example


Text Example

White with #9A7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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