Html Css Color HEX #9A88FC Light Slate Blue

📋 copy color: '#9A88FC'

red 154 ◦ green 136 ◦ blue 252

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

Shades of Light Slate Blue #9A88FC

Tints of Light Slate Blue #9A88FC

RGB

 RED value IS 154 (60.55% from 255) = 28.41%

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 28.41%
G = 25.09%
B = 46.49%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A88FC (or 0x9A88FC) is known color: Light Slate Blue. HEX triplet: 9A, 88 and FC. RGB value is (154,136,252). Sum of RGB (Red+Green+Blue) = 154+136+252=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A88FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A88FC is #657703. Grayscale: #9A9A9A. Windows color (decimal): -6649604 or 16550042. OLE color: 16550042.

HSL color Cylindrical-coordinate representation of color #9A88FC: hue angle of 249.31º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A88FC is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 136 252 -
CMYK 0.39 0.46 0 0.01
HSL 249.31º 0.95% 0.76% -
HSV(B) 249.31º 0.46% 0.99% -
XYZ 39.7 31.51 96.08 -
YUV 154.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 154 136 252 0.39 0.46 0 0.01 249.31 0.95 0.76
Hex 9A 88 FC 27 2E 0 1 F9 5F 4C
Octal 232 210 374 47 56 0 1 371 137 114
Binary 10011010 10001000 11111100 100111 101110 0 1 11111001 1011111 1001100

Color Harmonies of #9A88FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A88FC

Black with #9A88FC

Text Example


Text Example

White with #9A88FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A88FC; }

 p { color: rgb(154,136,252); }

 H1.HeaderClassName
 {
   color: #9A88FC;
 }
 .AnyTagClassName
 {
   color: #9A88FC;
 }
</style>

background-color css

<style>
 a { background-color: #9A88FC; }

 a { background-color: rgb(154,136,252); }

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

border-color css

<style>
 span { border-color: #9A88FC; }

 span { border-color: rgb(154,136,252); }

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