Html Css Color HEX #9884FA Light Slate Blue

📋 copy color: '#9884FA'

red 152 ◦ green 132 ◦ blue 250

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

Shades of Light Slate Blue #9884FA

Tints of Light Slate Blue #9884FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 28.46%
G = 24.72%
B = 46.82%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9884FA (or 0x9884FA) is known color: Light Slate Blue. HEX triplet: 98, 84 and FA. RGB value is (152,132,250). Sum of RGB (Red+Green+Blue) = 152+132+250=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #9884FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9884FA is #677B05. Grayscale: #969696. Windows color (decimal): -6781702 or 16417944. OLE color: 16417944.

HSL color Cylindrical-coordinate representation of color #9884FA: hue angle of 250.17º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9884FA is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 132 250 -
CMYK 0.39 0.47 0 0.02
HSL 250.17º 0.92% 0.75% -
HSV(B) 250.17º 0.47% 0.98% -
XYZ 38.46 30.08 94.22 -
YUV 151.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 152 132 250 0.39 0.47 0 0.02 250.17 0.92 0.75
Hex 98 84 FA 27 2F 0 2 FA 5C 4B
Octal 230 204 372 47 57 0 2 372 134 113
Binary 10011000 10000100 11111010 100111 101111 0 10 11111010 1011100 1001011

Color Harmonies of #9884FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884FA

Black with #9884FA

Text Example


Text Example

White with #9884FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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