Html Css Color HEX #9C88FC Light Slate Blue

📋 copy color: '#9C88FC'

red 156 ◦ green 136 ◦ blue 252

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

Shades of Light Slate Blue #9C88FC

Tints of Light Slate Blue #9C88FC

RGB

 RED value IS 156 (61.33% from 255) = 28.68%

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

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

R = 28.68%
G = 25%
B = 46.32%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C88FC (or 0x9C88FC) is known color: Light Slate Blue. HEX triplet: 9C, 88 and FC. RGB value is (156,136,252). Sum of RGB (Red+Green+Blue) = 156+136+252=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C88FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C88FC is #637703. Grayscale: #9A9A9A. Windows color (decimal): -6518532 or 16550044. OLE color: 16550044.

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

Color convert

RGB 156 136 252 -
CMYK 0.38 0.46 0 0.01
HSL 250.34º 0.95% 0.76% -
HSV(B) 250.34º 0.46% 0.99% -
XYZ 40.09 31.7 96.1 -
YUV 155.2 182.63 128.57 -
System Red Green Blue C M Y K H S L
Decimal 156 136 252 0.38 0.46 0 0.01 250.34 0.95 0.76
Hex 9C 88 FC 26 2E 0 1 FA 5F 4C
Octal 234 210 374 46 56 0 1 372 137 114
Binary 10011100 10001000 11111100 100110 101110 0 1 11111010 1011111 1001100

Color Harmonies of #9C88FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C88FC

Black with #9C88FC

Text Example


Text Example

White with #9C88FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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