Html Css Color HEX #9A7BFE Light Slate Blue

📋 copy color: '#9A7BFE'

red 154 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #9A7BFE

Tints of Light Slate Blue #9A7BFE

RGB

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

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

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

R = 29%
G = 23.16%
B = 47.83%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9A7BFE (or 0x9A7BFE) is known color: Light Slate Blue. HEX triplet: 9A, 7B and FE. RGB value is (154,123,254). Sum of RGB (Red+Green+Blue) = 154+123+254=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A7BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7BFE is #658401. Grayscale: #929292. Windows color (decimal): -6652930 or 16677786. OLE color: 16677786.

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

Color convert

RGB 154 123 254 -
CMYK 0.39 0.52 0 0.00
HSL 254.2º 0.98% 0.74% -
HSV(B) 254.2º 0.52% 1% -
XYZ 38.3 28.19 97.19 -
YUV 147.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 154 123 254 0.39 0.52 0 0.00 254.2 0.98 0.74
Hex 9A 7B FE 27 34 0 0 FE 62 4A
Octal 232 173 376 47 64 0 0 376 142 112
Binary 10011010 1111011 11111110 100111 110100 0 0 11111110 1100010 1001010

Color Harmonies of #9A7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7BFE

Black with #9A7BFE

Text Example


Text Example

White with #9A7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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