Html Css Color HEX #9388FA Light Slate Blue

📋 copy color: '#9388FA'

red 147 ◦ green 136 ◦ blue 250

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

Shades of Light Slate Blue #9388FA

Tints of Light Slate Blue #9388FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.9%

R = 27.58%
G = 25.52%
B = 46.9%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9388FA (or 0x9388FA) is known color: Light Slate Blue. HEX triplet: 93, 88 and FA. RGB value is (147,136,250). Sum of RGB (Red+Green+Blue) = 147+136+250=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #9388FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9388FA is #6C7705. Grayscale: #979797. Windows color (decimal): -7108358 or 16418963. OLE color: 16418963.

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

Color convert

RGB 147 136 250 -
CMYK 0.41 0.46 0 0.02
HSL 245.79º 0.92% 0.76% -
HSV(B) 245.79º 0.46% 0.98% -
XYZ 38.09 30.71 94.36 -
YUV 152.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 147 136 250 0.41 0.46 0 0.02 245.79 0.92 0.76
Hex 93 88 FA 29 2E 0 2 F6 5C 4C
Octal 223 210 372 51 56 0 2 366 134 114
Binary 10010011 10001000 11111010 101001 101110 0 10 11110110 1011100 1001100

Color Harmonies of #9388FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9388FA

Black with #9388FA

Text Example


Text Example

White with #9388FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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