Html Css Color HEX #9383FE Light Slate Blue

📋 copy color: '#9383FE'

red 147 ◦ green 131 ◦ blue 254

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

Shades of Light Slate Blue #9383FE

Tints of Light Slate Blue #9383FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 27.63%
G = 24.62%
B = 47.74%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9383FE (or 0x9383FE) is known color: Light Slate Blue. HEX triplet: 93, 83 and FE. RGB value is (147,131,254). Sum of RGB (Red+Green+Blue) = 147+131+254=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #9383FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9383FE is #6C7C01. Grayscale: #959595. Windows color (decimal): -7109634 or 16679827. OLE color: 16679827.

HSL color Cylindrical-coordinate representation of color #9383FE: hue angle of 247.8º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9383FE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 131 254 -
CMYK 0.42 0.48 0 0.00
HSL 247.8º 0.98% 0.75% -
HSV(B) 247.8º 0.48% 1% -
XYZ 38.04 29.59 97.47 -
YUV 149.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 147 131 254 0.42 0.48 0 0.00 247.8 0.98 0.75
Hex 93 83 FE 2A 30 0 0 F8 62 4B
Octal 223 203 376 52 60 0 0 370 142 113
Binary 10010011 10000011 11111110 101010 110000 0 0 11111000 1100010 1001011

Color Harmonies of #9383FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9383FE

Black with #9383FE

Text Example


Text Example

White with #9383FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9383FE; }

 p { color: rgb(147,131,254); }

 H1.HeaderClassName
 {
   color: #9383FE;
 }
 .AnyTagClassName
 {
   color: #9383FE;
 }
</style>

background-color css

<style>
 a { background-color: #9383FE; }

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

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

border-color css

<style>
 span { border-color: #9383FE; }

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

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