#947DFE

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

Shades of Light Slate Blue #947DFE

Tints of Light Slate Blue #947DFE

Color information

#947DFE (or 0x947DFE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 7D and FE. RGB value is (148,125,254). Sum of RGB (Red+Green+Blue) = 148+125+254=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #947DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DFE is #6B8201. Grayscale: #929292. Windows color (decimal): -7045634 or 16678292. OLE color: 16678292.

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

Color convert

RGB148125254-
CMYK0.420.5100.00
HSL250.7º98.47%74.31%-
HSV(B)250.7º50.79%99.61%-
XYZ37.4428.1297.22-
YUV146.58188.62129.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=28.08%
G=23.72%
B=48.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481252540.420.5100.00250.798.4774.31
Hex947DFE2A3300fb624a
Octal224175376526300373142112
Binary10010100111110111111110101010110011001111101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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