#9772FA

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

Shades of Light Slate Blue #9772FA

Tints of Light Slate Blue #9772FA

Color information

#9772FA (or 0x9772FA) is unknown color: approx Light Slate Blue. HEX triplet: 97, 72 and FA. RGB value is (151,114,250). Sum of RGB (Red+Green+Blue) = 151+114+250=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #9772FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9772FA is #688D05. Grayscale: #8C8C8C. Windows color (decimal): -6851846 or 16413335. OLE color: 16413335.

HSL color Cylindrical-coordinate representation of color #9772FA: hue angle of 256.32º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9772FA is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151114250-
CMYK0.400.5400.02
HSL256.32º93.15%71.37%-
HSV(B)256.32º54.4%98.04%-
XYZ36.0425.5293.47-
YUV140.57189.76135.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=29.32%
G=22.14%
B=48.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511142500.400.5400.02256.3293.1571.37
Hex9772FA2836021005d47
Octal227162372506602400135107
Binary1001011111100101111101010100011011001010000000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9772FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9772FA; }

 p { color: rgb(151,114,250); }

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

<style>
 a { background-color: #9772FA; }

 a { background-color: rgb(151,114,250); }

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

<style>
 span { border-color: #9772FA; }

 span { border-color: rgb(151,114,250); }

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