Html Css Color HEX #8483FF Light Slate Blue

📋 copy color: '#8483FF'

red 132 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #8483FF

Tints of Light Slate Blue #8483FF

RGB

 RED value IS 132 (51.95% from 255) = 25.48%

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 25.48%
G = 25.29%
B = 49.23%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8483FF (or 0x8483FF) is known color: Light Slate Blue. HEX triplet: 84, 83 and FF. RGB value is (132,131,255). Sum of RGB (Red+Green+Blue) = 132+131+255=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #8483FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8483FF is #7B7C00. Grayscale: #909090. Windows color (decimal): -8092673 or 16745348. OLE color: 16745348.

HSL color Cylindrical-coordinate representation of color #8483FF: hue angle of 240.48º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8483FF is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 131 255 -
CMYK 0.48 0.49 0 0
HSL 240.48º 1% 0.76% -
HSV(B) 240.48º 0.49% 1% -
XYZ 35.68 28.36 98.2 -
YUV 145.44 189.83 118.42 -
System Red Green Blue C M Y K H S L
Decimal 132 131 255 0.48 0.49 0 0 240.48 1 0.76
Hex 84 83 FF 30 31 0 0 F0 64 4C
Octal 204 203 377 60 61 0 0 360 144 114
Binary 10000100 10000011 11111111 110000 110001 0 0 11110000 1100100 1001100

Color Harmonies of #8483FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8483FF

Black with #8483FF

Text Example


Text Example

White with #8483FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8483FF; }

 p { color: rgb(132,131,255); }

 H1.HeaderClassName
 {
   color: #8483FF;
 }
 .AnyTagClassName
 {
   color: #8483FF;
 }
</style>

background-color css

<style>
 a { background-color: #8483FF; }

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

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

border-color css

<style>
 span { border-color: #8483FF; }

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

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