#947DFF

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

Shades of Light Slate Blue #947DFF

Tints of Light Slate Blue #947DFF

Color information

#947DFF (or 0x947DFF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 7D and FF. RGB value is (148,125,255). Sum of RGB (Red+Green+Blue) = 148+125+255=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #947DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DFF is #6B8200. Grayscale: #929292. Windows color (decimal): -7045633 or 16743828. OLE color: 16743828.

HSL color Cylindrical-coordinate representation of color #947DFF: hue angle of 250.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947DFF is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148125255-
CMYK0.420.5100
HSL250.62º100%74.51%-
HSV(B)250.62º50.98%100%-
XYZ37.628.1898.07-
YUV146.7189.12128.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 255 (100% from 255) = 48.30%
R=28.03%
G=23.67%
B=48.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481252550.420.5100250.6210074.51
Hex947DFF2A3300fb644b
Octal224175377526300373144113
Binary10010100111110111111111101010110011001111101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947DFF; }

 p { color: rgb(148,125,255); }

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

<style>
 a { background-color: #947DFF; }

 a { background-color: rgb(148,125,255); }

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

<style>
 span { border-color: #947DFF; }

 span { border-color: rgb(148,125,255); }

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