Html Css Color HEX #9A83F4 Light Slate Blue

📋 copy color: '#9A83F4'

red 154 ◦ green 131 ◦ blue 244

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

Shades of Light Slate Blue #9A83F4

Tints of Light Slate Blue #9A83F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.12%

R = 29.11%
G = 24.76%
B = 46.12%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9A83F4 (or 0x9A83F4) is known color: Light Slate Blue. HEX triplet: 9A, 83 and F4. RGB value is (154,131,244). Sum of RGB (Red+Green+Blue) = 154+131+244=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #9A83F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83F4 is #657C0B. Grayscale: #969696. Windows color (decimal): -6650892 or 16024474. OLE color: 16024474.

HSL color Cylindrical-coordinate representation of color #9A83F4: hue angle of 252.21º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A83F4 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 131 244 -
CMYK 0.37 0.46 0 0.04
HSL 252.21º 0.84% 0.74% -
HSV(B) 252.21º 0.46% 0.96% -
XYZ 37.77 29.63 89.32 -
YUV 150.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 154 131 244 0.37 0.46 0 0.04 252.21 0.84 0.74
Hex 9A 83 F4 25 2E 0 4 FC 54 4A
Octal 232 203 364 45 56 0 4 374 124 112
Binary 10011010 10000011 11110100 100101 101110 0 100 11111100 1010100 1001010

Color Harmonies of #9A83F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A83F4

Black with #9A83F4

Text Example


Text Example

White with #9A83F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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