Html Css Color HEX #9A83FA Light Slate Blue

📋 copy color: '#9A83FA'

red 154 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #9A83FA

Tints of Light Slate Blue #9A83FA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.49%

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 28.79%
G = 24.49%
B = 46.73%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A83FA (or 0x9A83FA) is known color: Light Slate Blue. HEX triplet: 9A, 83 and FA. RGB value is (154,131,250). Sum of RGB (Red+Green+Blue) = 154+131+250=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83FA is #657C05. Grayscale: #969696. Windows color (decimal): -6650886 or 16417690. OLE color: 16417690.

HSL color Cylindrical-coordinate representation of color #9A83FA: hue angle of 251.6º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A83FA is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 131 250 -
CMYK 0.38 0.48 0 0.02
HSL 251.6º 0.92% 0.75% -
HSV(B) 251.6º 0.48% 0.98% -
XYZ 38.7 30 94.19 -
YUV 151.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 154 131 250 0.38 0.48 0 0.02 251.6 0.92 0.75
Hex 9A 83 FA 26 30 0 2 FC 5C 4B
Octal 232 203 372 46 60 0 2 374 134 113
Binary 10011010 10000011 11111010 100110 110000 0 10 11111100 1011100 1001011

Color Harmonies of #9A83FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A83FA

Black with #9A83FA

Text Example


Text Example

White with #9A83FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,131,250); }

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

background-color css

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

 a { background-color: rgb(154,131,250); }

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

border-color css

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

 span { border-color: rgb(154,131,250); }

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