Html Css Color HEX #9388FE Light Slate Blue

📋 copy color: '#9388FE'

red 147 ◦ green 136 ◦ blue 254

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

Shades of Light Slate Blue #9388FE

Tints of Light Slate Blue #9388FE

RGB

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

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

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

R = 27.37%
G = 25.33%
B = 47.3%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9388FE (or 0x9388FE) is known color: Light Slate Blue. HEX triplet: 93, 88 and FE. RGB value is (147,136,254). Sum of RGB (Red+Green+Blue) = 147+136+254=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #9388FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9388FE is #6C7701. Grayscale: #989898. Windows color (decimal): -7108354 or 16681107. OLE color: 16681107.

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

Color convert

RGB 147 136 254 -
CMYK 0.42 0.46 0 0.00
HSL 245.59º 0.98% 0.76% -
HSV(B) 245.59º 0.46% 1% -
XYZ 38.73 30.97 97.7 -
YUV 152.74 185.14 123.91 -
System Red Green Blue C M Y K H S L
Decimal 147 136 254 0.42 0.46 0 0.00 245.59 0.98 0.76
Hex 93 88 FE 2A 2E 0 0 F6 62 4C
Octal 223 210 376 52 56 0 0 366 142 114
Binary 10010011 10001000 11111110 101010 101110 0 0 11110110 1100010 1001100

Color Harmonies of #9388FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9388FE

Black with #9388FE

Text Example


Text Example

White with #9388FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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