Html Css Color HEX #9885F6 Light Slate Blue

📋 copy color: '#9885F6'

red 152 ◦ green 133 ◦ blue 246

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

Shades of Light Slate Blue #9885F6

Tints of Light Slate Blue #9885F6

RGB

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

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

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

R = 28.63%
G = 25.05%
B = 46.33%

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

#9885F6 (or 0x9885F6) is known color: Light Slate Blue. HEX triplet: 98, 85 and F6. RGB value is (152,133,246). Sum of RGB (Red+Green+Blue) = 152+133+246=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #9885F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9885F6 is #677A09. Grayscale: #979797. Windows color (decimal): -6781450 or 16156056. OLE color: 16156056.

HSL color Cylindrical-coordinate representation of color #9885F6: hue angle of 250.09º 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 #9885F6 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 133 246 -
CMYK 0.38 0.46 0 0.04
HSL 250.09º 0.86% 0.74% -
HSV(B) 250.09º 0.46% 0.96% -
XYZ 37.97 30.1 91 -
YUV 151.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 152 133 246 0.38 0.46 0 0.04 250.09 0.86 0.74
Hex 98 85 F6 26 2E 0 4 FA 56 4A
Octal 230 205 366 46 56 0 4 372 126 112
Binary 10011000 10000101 11110110 100110 101110 0 100 11111010 1010110 1001010

Color Harmonies of #9885F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9885F6

Black with #9885F6

Text Example


Text Example

White with #9885F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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