Html Css Color HEX #8A83F9 Light Slate Blue

📋 copy color: '#8A83F9'

red 138 ◦ green 131 ◦ blue 249

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

Shades of Light Slate Blue #8A83F9

Tints of Light Slate Blue #8A83F9

RGB

 RED value IS 138 (54.3% from 255) = 26.64%

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

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 26.64%
G = 25.29%
B = 48.07%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A83F9 (or 0x8A83F9) is known color: Light Slate Blue. HEX triplet: 8A, 83 and F9. RGB value is (138,131,249). Sum of RGB (Red+Green+Blue) = 138+131+249=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #8A83F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A83F9 is #757C06. Grayscale: #929292. Windows color (decimal): -7699463 or 16352138. OLE color: 16352138.

HSL color Cylindrical-coordinate representation of color #8A83F9: hue angle of 243.56º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A83F9 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 131 249 -
CMYK 0.45 0.47 0 0.02
HSL 243.56º 0.91% 0.75% -
HSV(B) 243.56º 0.47% 0.98% -
XYZ 35.7 28.48 93.24 -
YUV 146.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 138 131 249 0.45 0.47 0 0.02 243.56 0.91 0.75
Hex 8A 83 F9 2D 2F 0 2 F4 5B 4B
Octal 212 203 371 55 57 0 2 364 133 113
Binary 10001010 10000011 11111001 101101 101111 0 10 11110100 1011011 1001011

Color Harmonies of #8A83F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A83F9

Black with #8A83F9

Text Example


Text Example

White with #8A83F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A83F9; }

 p { color: rgb(138,131,249); }

 H1.HeaderClassName
 {
   color: #8A83F9;
 }
 .AnyTagClassName
 {
   color: #8A83F9;
 }
</style>

background-color css

<style>
 a { background-color: #8A83F9; }

 a { background-color: rgb(138,131,249); }

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

border-color css

<style>
 span { border-color: #8A83F9; }

 span { border-color: rgb(138,131,249); }

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