Html Css Color HEX #9893FC Light Slate Blue

📋 copy color: '#9893FC'

red 152 ◦ green 147 ◦ blue 252

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

Shades of Light Slate Blue #9893FC

Tints of Light Slate Blue #9893FC

RGB

 RED value IS 152 (59.77% from 255) = 27.59%

 GREEN value IS 147 (57.81% from 255) = 26.68%

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

R = 27.59%
G = 26.68%
B = 45.74%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9893FC (or 0x9893FC) is known color: Light Slate Blue. HEX triplet: 98, 93 and FC. RGB value is (152,147,252). Sum of RGB (Red+Green+Blue) = 152+147+252=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #9893FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9893FC is #676C03. Grayscale: #A0A0A0. Windows color (decimal): -6777860 or 16552856. OLE color: 16552856.

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

Color convert

RGB 152 147 252 -
CMYK 0.40 0.42 0 0.01
HSL 242.86º 0.95% 0.78% -
HSV(B) 242.86º 0.42% 0.99% -
XYZ 40.95 34.57 96.61 -
YUV 160.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 152 147 252 0.40 0.42 0 0.01 242.86 0.95 0.78
Hex 98 93 FC 28 2A 0 1 F3 5F 4E
Octal 230 223 374 50 52 0 1 363 137 116
Binary 10011000 10010011 11111100 101000 101010 0 1 11110011 1011111 1001110

Color Harmonies of #9893FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9893FC

Black with #9893FC

Text Example


Text Example

White with #9893FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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