Html Css Color HEX #9388EC Light Slate Blue

📋 copy color: '#9388EC'

red 147 ◦ green 136 ◦ blue 236

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

Shades of Light Slate Blue #9388EC

Tints of Light Slate Blue #9388EC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.2%

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

R = 28.32%
G = 26.2%
B = 45.47%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9388EC (or 0x9388EC) is known color: Light Slate Blue. HEX triplet: 93, 88 and EC. RGB value is (147,136,236). Sum of RGB (Red+Green+Blue) = 147+136+236=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #9388EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9388EC is #6C7713. Grayscale: #969696. Windows color (decimal): -7108372 or 15501459. OLE color: 15501459.

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

Color convert

RGB 147 136 236 -
CMYK 0.38 0.42 0 0.07
HSL 246.6º 0.72% 0.73% -
HSV(B) 246.6º 0.42% 0.93% -
XYZ 35.98 29.87 83.23 -
YUV 150.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 147 136 236 0.38 0.42 0 0.07 246.6 0.72 0.73
Hex 93 88 EC 26 2A 0 7 F7 48 49
Octal 223 210 354 46 52 0 7 367 110 111
Binary 10010011 10001000 11101100 100110 101010 0 111 11110111 1001000 1001001

Color Harmonies of #9388EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9388EC

Black with #9388EC

Text Example


Text Example

White with #9388EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,136,236); }

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

background-color css

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

 a { background-color: rgb(147,136,236); }

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

border-color css

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

 span { border-color: rgb(147,136,236); }

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