#9D88FD

Color #9D88FD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9D88FD

Tints of Light Slate Blue #9D88FD

Color information

#9D88FD (or 0x9D88FD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 88 and FD. RGB value is (157,136,253). Sum of RGB (Red+Green+Blue) = 157+136+253=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D88FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D88FD is #627702. Grayscale: #9B9B9B. Windows color (decimal): -6452995 or 16615581. OLE color: 16615581.

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

Color convert

RGB157136253-
CMYK0.380.4600.01
HSL250.77º96.69%76.27%-
HSV(B)250.77º46.25%99.22%-
XYZ40.4431.8796.95-
YUV155.62182.96128.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.75%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=28.75%
G=24.91%
B=46.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571362530.380.4600.01250.7796.6976.27
Hex9D88FD262E01fb614c
Octal235210375465601373141114
Binary100111011000100011111101100110101110011111101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,136,253); }

 H1.HeaderClassName
 {
   color: #9D88FD;
 }
 .AnyTagClassName
 {
   color: #9D88FD;
 }
</style>
background-color css

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

 a { background-color: rgb(157,136,253); }

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

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

 span { border-color: rgb(157,136,253); }

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