#949DFB

Color #949DFB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #949DFB

Tints of Portage #949DFB

Color information

#949DFB (or 0x949DFB) is unknown color: approx Portage. HEX triplet: 94, 9D and FB. RGB value is (148,157,251). Sum of RGB (Red+Green+Blue) = 148+157+251=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #949DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DFB is #6B6204. Grayscale: #A4A4A4. Windows color (decimal): -7037445 or 16489876. OLE color: 16489876.

HSL color Cylindrical-coordinate representation of color #949DFB: hue angle of 234.76º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #949DFB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148157251-
CMYK0.410.3700.02
HSL234.76º92.79%78.24%-
HSV(B)234.76º41.04%98.43%-
XYZ41.6837.3796.28-
YUV165.02176.52115.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.62%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=26.62%
G=28.24%
B=45.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481572510.410.3700.02234.7692.7978.24
Hex949DFB292502eb5d4e
Octal224235373514502353135116
Binary1001010010011101111110111010011001010101110101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949DFB; }

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

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

<style>
 a { background-color: #949DFB; }

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

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

<style>
 span { border-color: #949DFB; }

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

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