Html Css Color HEX #9389F2 Light Slate Blue

📋 copy color: '#9389F2'

red 147 ◦ green 137 ◦ blue 242

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

Shades of Light Slate Blue #9389F2

Tints of Light Slate Blue #9389F2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.05%

 BLUE value IS 242 (94.92% from 255) = 46.01%

R = 27.95%
G = 26.05%
B = 46.01%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9389F2 (or 0x9389F2) is known color: Light Slate Blue. HEX triplet: 93, 89 and F2. RGB value is (147,137,242). Sum of RGB (Red+Green+Blue) = 147+137+242=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #9389F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389F2 is #6C760D. Grayscale: #979797. Windows color (decimal): -7108110 or 15894931. OLE color: 15894931.

HSL color Cylindrical-coordinate representation of color #9389F2: hue angle of 245.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9389F2 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 137 242 -
CMYK 0.39 0.43 0 0.05
HSL 245.71º 0.8% 0.74% -
HSV(B) 245.71º 0.43% 0.95% -
XYZ 37.01 30.51 87.94 -
YUV 151.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 147 137 242 0.39 0.43 0 0.05 245.71 0.8 0.74
Hex 93 89 F2 27 2B 0 5 F6 50 4A
Octal 223 211 362 47 53 0 5 366 120 112
Binary 10010011 10001001 11110010 100111 101011 0 101 11110110 1010000 1001010

Color Harmonies of #9389F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389F2

Black with #9389F2

Text Example


Text Example

White with #9389F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9389F2; }

 p { color: rgb(147,137,242); }

 H1.HeaderClassName
 {
   color: #9389F2;
 }
 .AnyTagClassName
 {
   color: #9389F2;
 }
</style>

background-color css

<style>
 a { background-color: #9389F2; }

 a { background-color: rgb(147,137,242); }

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

border-color css

<style>
 span { border-color: #9389F2; }

 span { border-color: rgb(147,137,242); }

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