Html Css Color HEX #8389F9 Light Slate Blue

📋 copy color: '#8389F9'

red 131 ◦ green 137 ◦ blue 249

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

Shades of Light Slate Blue #8389F9

Tints of Light Slate Blue #8389F9

RGB

 RED value IS 131 (51.56% from 255) = 25.34%

 GREEN value IS 137 (53.91% from 255) = 26.5%

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

R = 25.34%
G = 26.5%
B = 48.16%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8389F9 (or 0x8389F9) is known color: Light Slate Blue. HEX triplet: 83, 89 and F9. RGB value is (131,137,249). Sum of RGB (Red+Green+Blue) = 131+137+249=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #8389F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8389F9 is #7C7606. Grayscale: #939393. Windows color (decimal): -8156679 or 16353667. OLE color: 16353667.

HSL color Cylindrical-coordinate representation of color #8389F9: hue angle of 236.95º 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 #8389F9 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 137 249 -
CMYK 0.47 0.45 0 0.02
HSL 236.95º 0.91% 0.75% -
HSV(B) 236.95º 0.47% 0.98% -
XYZ 35.4 29.56 93.46 -
YUV 147.97 185.01 115.89 -
System Red Green Blue C M Y K H S L
Decimal 131 137 249 0.47 0.45 0 0.02 236.95 0.91 0.75
Hex 83 89 F9 2F 2D 0 2 ED 5B 4B
Octal 203 211 371 57 55 0 2 355 133 113
Binary 10000011 10001001 11111001 101111 101101 0 10 11101101 1011011 1001011

Color Harmonies of #8389F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389F9

Black with #8389F9

Text Example


Text Example

White with #8389F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8389F9; }

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

 H1.HeaderClassName
 {
   color: #8389F9;
 }
 .AnyTagClassName
 {
   color: #8389F9;
 }
</style>

background-color css

<style>
 a { background-color: #8389F9; }

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

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

border-color css

<style>
 span { border-color: #8389F9; }

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

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