#9771FD

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

Shades of Light Slate Blue #9771FD

Tints of Light Slate Blue #9771FD

Color information

#9771FD (or 0x9771FD) is unknown color: approx Light Slate Blue. HEX triplet: 97, 71 and FD. RGB value is (151,113,253). Sum of RGB (Red+Green+Blue) = 151+113+253=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #9771FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9771FD is #688E02. Grayscale: #8B8B8B. Windows color (decimal): -6852099 or 16609687. OLE color: 16609687.

HSL color Cylindrical-coordinate representation of color #9771FD: hue angle of 256.29º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9771FD is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151113253-
CMYK0.400.5500.01
HSL256.29º97.22%71.76%-
HSV(B)256.29º55.34%99.22%-
XYZ36.425.4895.93-
YUV140.32191.59135.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.21%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=29.21%
G=21.86%
B=48.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511132530.400.5500.01256.2997.2271.76
Hex9771FD2837011006148
Octal227161375506701400141110
Binary100101111110001111111011010001101110110000000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9771FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9771FD; }

 p { color: rgb(151,113,253); }

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

<style>
 a { background-color: #9771FD; }

 a { background-color: rgb(151,113,253); }

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

<style>
 span { border-color: #9771FD; }

 span { border-color: rgb(151,113,253); }

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