Html Css Color HEX #8384EC Light Slate Blue

📋 copy color: '#8384EC'

red 131 ◦ green 132 ◦ blue 236

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

Shades of Light Slate Blue #8384EC

Tints of Light Slate Blue #8384EC

RGB

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

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

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

R = 26.25%
G = 26.45%
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

#8384EC (or 0x8384EC) is known color: Light Slate Blue. HEX triplet: 83, 84 and EC. RGB value is (131,132,236). Sum of RGB (Red+Green+Blue) = 131+132+236=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 132 (51.95% from 255 or 26.45% 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 #8384EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8384EC is #7C7B13. Grayscale: #8F8F8F. Windows color (decimal): -8157972 or 15500419. OLE color: 15500419.

HSL color Cylindrical-coordinate representation of color #8384EC: hue angle of 239.43º 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 #8384EC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 132 236 -
CMYK 0.44 0.44 0 0.07
HSL 239.43º 0.73% 0.72% -
HSV(B) 239.43º 0.44% 0.93% -
XYZ 32.75 27.38 82.92 -
YUV 143.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 131 132 236 0.44 0.44 0 0.07 239.43 0.73 0.72
Hex 83 84 EC 2C 2C 0 7 EF 49 48
Octal 203 204 354 54 54 0 7 357 111 110
Binary 10000011 10000100 11101100 101100 101100 0 111 11101111 1001001 1001000

Color Harmonies of #8384EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8384EC

Black with #8384EC

Text Example


Text Example

White with #8384EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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