#946CFB

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

Shades of Light Slate Blue #946CFB

Tints of Light Slate Blue #946CFB

Color information

#946CFB (or 0x946CFB) is unknown color: approx Light Slate Blue. HEX triplet: 94, 6C and FB. RGB value is (148,108,251). Sum of RGB (Red+Green+Blue) = 148+108+251=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #946CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CFB is #6B9304. Grayscale: #878787. Windows color (decimal): -7049989 or 16477332. OLE color: 16477332.

HSL color Cylindrical-coordinate representation of color #946CFB: hue angle of 256.78º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #946CFB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148108251-
CMYK0.410.5700.02
HSL256.78º94.7%70.39%-
HSV(B)256.78º56.97%98.43%-
XYZ34.9923.9994.05-
YUV136.26192.75136.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 108 (42.58% from 255) = 21.30%
BLUE value IS 251 (98.44% from 255) = 49.51%
R=29.19%
G=21.30%
B=49.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481082510.410.5700.02256.7894.770.39
Hex946CFB2939021015f46
Octal224154373517102401137106
Binary1001010011011001111101110100111100101010000000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946CFB; }

 p { color: rgb(148,108,251); }

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

<style>
 a { background-color: #946CFB; }

 a { background-color: rgb(148,108,251); }

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

<style>
 span { border-color: #946CFB; }

 span { border-color: rgb(148,108,251); }

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