Html Css Color HEX #9385FD Light Slate Blue

📋 copy color: '#9385FD'

red 147 ◦ green 133 ◦ blue 253

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

Shades of Light Slate Blue #9385FD

Tints of Light Slate Blue #9385FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 27.58%
G = 24.95%
B = 47.47%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9385FD (or 0x9385FD) is known color: Light Slate Blue. HEX triplet: 93, 85 and FD. RGB value is (147,133,253). Sum of RGB (Red+Green+Blue) = 147+133+253=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #9385FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9385FD is #6C7A02. Grayscale: #969696. Windows color (decimal): -7109123 or 16614803. OLE color: 16614803.

HSL color Cylindrical-coordinate representation of color #9385FD: hue angle of 247º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9385FD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 133 253 -
CMYK 0.42 0.47 0 0.01
HSL 247º 0.97% 0.76% -
HSV(B) 247º 0.47% 0.99% -
XYZ 38.15 30.07 96.72 -
YUV 150.87 185.64 125.24 -
System Red Green Blue C M Y K H S L
Decimal 147 133 253 0.42 0.47 0 0.01 247 0.97 0.76
Hex 93 85 FD 2A 2F 0 1 F7 61 4C
Octal 223 205 375 52 57 0 1 367 141 114
Binary 10010011 10000101 11111101 101010 101111 0 1 11110111 1100001 1001100

Color Harmonies of #9385FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385FD

Black with #9385FD

Text Example


Text Example

White with #9385FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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