Html Css Color HEX #9385FE Light Slate Blue

📋 copy color: '#9385FE'

red 147 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #9385FE

Tints of Light Slate Blue #9385FE

RGB

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

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

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

R = 27.53%
G = 24.91%
B = 47.57%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9385FE (or 0x9385FE) is known color: Light Slate Blue. HEX triplet: 93, 85 and FE. RGB value is (147,133,254). Sum of RGB (Red+Green+Blue) = 147+133+254=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #9385FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9385FE is #6C7A01. Grayscale: #969696. Windows color (decimal): -7109122 or 16680339. OLE color: 16680339.

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

Color convert

RGB 147 133 254 -
CMYK 0.42 0.48 0 0.00
HSL 246.94º 0.98% 0.76% -
HSV(B) 246.94º 0.48% 1% -
XYZ 38.31 30.13 97.56 -
YUV 150.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 147 133 254 0.42 0.48 0 0.00 246.94 0.98 0.76
Hex 93 85 FE 2A 30 0 0 F7 62 4C
Octal 223 205 376 52 60 0 0 367 142 114
Binary 10010011 10000101 11111110 101010 110000 0 0 11110111 1100010 1001100

Color Harmonies of #9385FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385FE

Black with #9385FE

Text Example


Text Example

White with #9385FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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