Html Css Color HEX #8383F9 Light Slate Blue

📋 copy color: '#8383F9'

red 131 ◦ green 131 ◦ blue 249

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

Shades of Light Slate Blue #8383F9

Tints of Light Slate Blue #8383F9

RGB

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

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

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

R = 25.64%
G = 25.64%
B = 48.73%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8383F9 (or 0x8383F9) is known color: Light Slate Blue. HEX triplet: 83, 83 and F9. RGB value is (131,131,249). Sum of RGB (Red+Green+Blue) = 131+131+249=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #8383F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8383F9 is #7C7C06. Grayscale: #8F8F8F. Windows color (decimal): -8158215 or 16352131. OLE color: 16352131.

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

Color convert

RGB 131 131 249 -
CMYK 0.47 0.47 0 0.02
HSL 240º 0.91% 0.75% -
HSV(B) 240º 0.47% 0.98% -
XYZ 34.58 27.9 93.18 -
YUV 144.45 187 118.41 -
System Red Green Blue C M Y K H S L
Decimal 131 131 249 0.47 0.47 0 0.02 240 0.91 0.75
Hex 83 83 F9 2F 2F 0 2 F0 5B 4B
Octal 203 203 371 57 57 0 2 360 133 113
Binary 10000011 10000011 11111001 101111 101111 0 10 11110000 1011011 1001011

Color Harmonies of #8383F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8383F9

Black with #8383F9

Text Example


Text Example

White with #8383F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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