Html Css Color HEX #8483EC Light Slate Blue

📋 copy color: '#8483EC'

red 132 ◦ green 131 ◦ blue 236

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

Shades of Light Slate Blue #8483EC

Tints of Light Slate Blue #8483EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 26.45%
G = 26.25%
B = 47.29%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8483EC (or 0x8483EC) is known color: Light Slate Blue. HEX triplet: 84, 83 and EC. RGB value is (132,131,236). Sum of RGB (Red+Green+Blue) = 132+131+236=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #8483EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8483EC is #7B7C13. Grayscale: #8E8E8E. Windows color (decimal): -8092692 or 15500164. OLE color: 15500164.

HSL color Cylindrical-coordinate representation of color #8483EC: hue angle of 240.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8483EC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 131 236 -
CMYK 0.44 0.44 0 0.07
HSL 240.57º 0.73% 0.72% -
HSV(B) 240.57º 0.44% 0.93% -
XYZ 32.77 27.19 82.88 -
YUV 143.27 180.33 119.96 -
System Red Green Blue C M Y K H S L
Decimal 132 131 236 0.44 0.44 0 0.07 240.57 0.73 0.72
Hex 84 83 EC 2C 2C 0 7 F1 49 48
Octal 204 203 354 54 54 0 7 361 111 110
Binary 10000100 10000011 11101100 101100 101100 0 111 11110001 1001001 1001000

Color Harmonies of #8483EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8483EC

Black with #8483EC

Text Example


Text Example

White with #8483EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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