Html Css Color HEX #9884F3 Light Slate Blue

📋 copy color: '#9884F3'

red 152 ◦ green 132 ◦ blue 243

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

Shades of Light Slate Blue #9884F3

Tints of Light Slate Blue #9884F3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.05%

 BLUE value IS 243 (95.31% from 255) = 46.11%

R = 28.84%
G = 25.05%
B = 46.11%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9884F3 (or 0x9884F3) is known color: Light Slate Blue. HEX triplet: 98, 84 and F3. RGB value is (152,132,243). Sum of RGB (Red+Green+Blue) = 152+132+243=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #9884F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9884F3 is #677B0C. Grayscale: #969696. Windows color (decimal): -6781709 or 15959192. OLE color: 15959192.

HSL color Cylindrical-coordinate representation of color #9884F3: hue angle of 250.81º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9884F3 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 132 243 -
CMYK 0.37 0.46 0 0.05
HSL 250.81º 0.82% 0.74% -
HSV(B) 250.81º 0.46% 0.95% -
XYZ 37.38 29.65 88.55 -
YUV 150.63 180.13 128.97 -
System Red Green Blue C M Y K H S L
Decimal 152 132 243 0.37 0.46 0 0.05 250.81 0.82 0.74
Hex 98 84 F3 25 2E 0 5 FB 52 4A
Octal 230 204 363 45 56 0 5 373 122 112
Binary 10011000 10000100 11110011 100101 101110 0 101 11111011 1010010 1001010

Color Harmonies of #9884F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884F3

Black with #9884F3

Text Example


Text Example

White with #9884F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9884F3; }

 p { color: rgb(152,132,243); }

 H1.HeaderClassName
 {
   color: #9884F3;
 }
 .AnyTagClassName
 {
   color: #9884F3;
 }
</style>

background-color css

<style>
 a { background-color: #9884F3; }

 a { background-color: rgb(152,132,243); }

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

border-color css

<style>
 span { border-color: #9884F3; }

 span { border-color: rgb(152,132,243); }

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