Html Css Color HEX #9382EF Light Slate Blue

📋 copy color: '#9382EF'

red 147 ◦ green 130 ◦ blue 239

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

Shades of Light Slate Blue #9382EF

Tints of Light Slate Blue #9382EF

RGB

 RED value IS 147 (57.81% from 255) = 28.49%

 GREEN value IS 130 (51.17% from 255) = 25.19%

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 28.49%
G = 25.19%
B = 46.32%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9382EF (or 0x9382EF) is known color: Light Slate Blue. HEX triplet: 93, 82 and EF. RGB value is (147,130,239). Sum of RGB (Red+Green+Blue) = 147+130+239=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #9382EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9382EF is #6C7D10. Grayscale: #939393. Windows color (decimal): -7109905 or 15696531. OLE color: 15696531.

HSL color Cylindrical-coordinate representation of color #9382EF: hue angle of 249.36º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9382EF is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 130 239 -
CMYK 0.38 0.46 0 0.06
HSL 249.36º 0.77% 0.72% -
HSV(B) 249.36º 0.46% 0.94% -
XYZ 35.6 28.4 85.27 -
YUV 147.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 147 130 239 0.38 0.46 0 0.06 249.36 0.77 0.72
Hex 93 82 EF 26 2E 0 6 F9 4D 48
Octal 223 202 357 46 56 0 6 371 115 110
Binary 10010011 10000010 11101111 100110 101110 0 110 11111001 1001101 1001000

Color Harmonies of #9382EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9382EF

Black with #9382EF

Text Example


Text Example

White with #9382EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9382EF; }

 p { color: rgb(147,130,239); }

 H1.HeaderClassName
 {
   color: #9382EF;
 }
 .AnyTagClassName
 {
   color: #9382EF;
 }
</style>

background-color css

<style>
 a { background-color: #9382EF; }

 a { background-color: rgb(147,130,239); }

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

border-color css

<style>
 span { border-color: #9382EF; }

 span { border-color: rgb(147,130,239); }

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