Html Css Color HEX #9385FA Light Slate Blue

📋 copy color: '#9385FA'

red 147 ◦ green 133 ◦ blue 250

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

Shades of Light Slate Blue #9385FA

Tints of Light Slate Blue #9385FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.09%

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

R = 27.74%
G = 25.09%
B = 47.17%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9385FA (or 0x9385FA) is known color: Light Slate Blue. HEX triplet: 93, 85 and FA. RGB value is (147,133,250). Sum of RGB (Red+Green+Blue) = 147+133+250=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #9385FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9385FA is #6C7A05. Grayscale: #969696. Windows color (decimal): -7109126 or 16418195. OLE color: 16418195.

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

Color convert

RGB 147 133 250 -
CMYK 0.41 0.47 0 0.02
HSL 247.18º 0.92% 0.75% -
HSV(B) 247.18º 0.47% 0.98% -
XYZ 37.68 29.88 94.22 -
YUV 150.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 147 133 250 0.41 0.47 0 0.02 247.18 0.92 0.75
Hex 93 85 FA 29 2F 0 2 F7 5C 4B
Octal 223 205 372 51 57 0 2 367 134 113
Binary 10010011 10000101 11111010 101001 101111 0 10 11110111 1011100 1001011

Color Harmonies of #9385FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385FA

Black with #9385FA

Text Example


Text Example

White with #9385FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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