Html Css Color HEX #9385FC Light Slate Blue

📋 copy color: '#9385FC'

red 147 ◦ green 133 ◦ blue 252

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

Shades of Light Slate Blue #9385FC

Tints of Light Slate Blue #9385FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 27.63%
G = 25%
B = 47.37%

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

#9385FC (or 0x9385FC) is known color: Light Slate Blue. HEX triplet: 93, 85 and FC. RGB value is (147,133,252). Sum of RGB (Red+Green+Blue) = 147+133+252=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #9385FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9385FC is #6C7A03. Grayscale: #969696. Windows color (decimal): -7109124 or 16549267. OLE color: 16549267.

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

Color convert

RGB 147 133 252 -
CMYK 0.42 0.47 0 0.01
HSL 247.06º 0.95% 0.75% -
HSV(B) 247.06º 0.47% 0.99% -
XYZ 37.99 30.01 95.88 -
YUV 150.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 147 133 252 0.42 0.47 0 0.01 247.06 0.95 0.75
Hex 93 85 FC 2A 2F 0 1 F7 5F 4B
Octal 223 205 374 52 57 0 1 367 137 113
Binary 10010011 10000101 11111100 101010 101111 0 1 11110111 1011111 1001011

Color Harmonies of #9385FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385FC

Black with #9385FC

Text Example


Text Example

White with #9385FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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