Html Css Color HEX #9884F6 Light Slate Blue

📋 copy color: '#9884F6'

red 152 ◦ green 132 ◦ blue 246

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

Shades of Light Slate Blue #9884F6

Tints of Light Slate Blue #9884F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 28.68%
G = 24.91%
B = 46.42%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9884F6 (or 0x9884F6) is known color: Light Slate Blue. HEX triplet: 98, 84 and F6. RGB value is (152,132,246). Sum of RGB (Red+Green+Blue) = 152+132+246=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #9884F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9884F6 is #677B09. Grayscale: #969696. Windows color (decimal): -6781706 or 16155800. OLE color: 16155800.

HSL color Cylindrical-coordinate representation of color #9884F6: hue angle of 250.53º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9884F6 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 132 246 -
CMYK 0.38 0.46 0 0.04
HSL 250.53º 0.86% 0.74% -
HSV(B) 250.53º 0.46% 0.96% -
XYZ 37.83 29.83 90.95 -
YUV 150.98 181.63 128.73 -
System Red Green Blue C M Y K H S L
Decimal 152 132 246 0.38 0.46 0 0.04 250.53 0.86 0.74
Hex 98 84 F6 26 2E 0 4 FB 56 4A
Octal 230 204 366 46 56 0 4 373 126 112
Binary 10011000 10000100 11110110 100110 101110 0 100 11111011 1010110 1001010

Color Harmonies of #9884F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884F6

Black with #9884F6

Text Example


Text Example

White with #9884F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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