Html Css Color HEX #9888F2 Light Slate Blue

📋 copy color: '#9888F2'

red 152 ◦ green 136 ◦ blue 242

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

Shades of Light Slate Blue #9888F2

Tints of Light Slate Blue #9888F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.66%

 BLUE value IS 242 (94.92% from 255) = 45.66%

R = 28.68%
G = 25.66%
B = 45.66%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9888F2 (or 0x9888F2) is known color: Light Slate Blue. HEX triplet: 98, 88 and F2. RGB value is (152,136,242). Sum of RGB (Red+Green+Blue) = 152+136+242=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #9888F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9888F2 is #67770D. Grayscale: #989898. Windows color (decimal): -6780686 or 15894680. OLE color: 15894680.

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

Color convert

RGB 152 136 242 -
CMYK 0.37 0.44 0 0.05
HSL 249.06º 0.8% 0.74% -
HSV(B) 249.06º 0.44% 0.95% -
XYZ 37.78 30.69 87.94 -
YUV 152.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 152 136 242 0.37 0.44 0 0.05 249.06 0.8 0.74
Hex 98 88 F2 25 2C 0 5 F9 50 4A
Octal 230 210 362 45 54 0 5 371 120 112
Binary 10011000 10001000 11110010 100101 101100 0 101 11111001 1010000 1001010

Color Harmonies of #9888F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9888F2

Black with #9888F2

Text Example


Text Example

White with #9888F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9888F2; }

 p { color: rgb(152,136,242); }

 H1.HeaderClassName
 {
   color: #9888F2;
 }
 .AnyTagClassName
 {
   color: #9888F2;
 }
</style>

background-color css

<style>
 a { background-color: #9888F2; }

 a { background-color: rgb(152,136,242); }

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

border-color css

<style>
 span { border-color: #9888F2; }

 span { border-color: rgb(152,136,242); }

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