#947fef

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

Shades of Light Slate Blue #947FEF

Tints of Light Slate Blue #947FEF

Color information

#947FEF (or 0x947FEF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 7F and EF. RGB value is (148,127,239). Sum of RGB (Red+Green+Blue) = 148+127+239=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #947FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947FEF is #6B8010. Grayscale: #919191. Windows color (decimal): -7045137 or 15695764. OLE color: 15695764.

HSL color Cylindrical-coordinate representation of color #947FEF: hue angle of 251.25º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947FEF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148127239-
CMYK0.380.4700.06
HSL251.25º77.78%71.76%-
HSV(B)251.25º46.86%93.73%-
XYZ35.3827.7185.14-
YUV146.05180.46129.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.79%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 239 (93.75% from 255) = 46.50%
R=28.79%
G=24.71%
B=46.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481272390.380.4700.06251.2577.7871.76
Hex947FEF262F06fb4e48
Octal224177357465706373116110
Binary1001010011111111110111110011010111101101111101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,239); }

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

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

 a { background-color: rgb(148,127,239); }

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

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

 span { border-color: rgb(148,127,239); }

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