#947BFF

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

Shades of Light Slate Blue #947BFF

Tints of Light Slate Blue #947BFF

Color information

#947BFF (or 0x947BFF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 7B and FF. RGB value is (148,123,255). Sum of RGB (Red+Green+Blue) = 148+123+255=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #947BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BFF is #6B8400. Grayscale: #919191. Windows color (decimal): -7046145 or 16743316. OLE color: 16743316.

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

Color convert

RGB148123255-
CMYK0.420.5200
HSL251.36º100%74.12%-
HSV(B)251.36º51.76%100%-
XYZ37.3527.6897.98-
YUV145.52189.78129.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.14%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 255 (100% from 255) = 48.48%
R=28.14%
G=23.38%
B=48.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481232550.420.5200251.3610074.12
Hex947BFF2A3400fb644a
Octal224173377526400373144112
Binary10010100111101111111111101010110100001111101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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