#949FD3

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

Shades of Portage #949FD3

Tints of Portage #949FD3

Color information

#949FD3 (or 0x949FD3) is unknown color: approx Portage. HEX triplet: 94, 9F and D3. RGB value is (148,159,211). Sum of RGB (Red+Green+Blue) = 148+159+211=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #949FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FD3 is #6B602C. Grayscale: #A1A1A1. Windows color (decimal): -7036973 or 13868948. OLE color: 13868948.

HSL color Cylindrical-coordinate representation of color #949FD3: hue angle of 229.52º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949FD3 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB148159211-
CMYK0.300.2500.17
HSL229.52º41.72%70.39%-
HSV(B)229.52º29.86%82.75%-
XYZ36.3735.866.62-
YUV161.64155.86118.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 211 (82.81% from 255) = 40.73%
R=28.57%
G=30.69%
B=40.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1481592110.300.2500.17229.5241.7270.39
Hex949FD31E19011e62a46
Octal224237323363102134652106
Binary1001010010011111110100111111011001010001111001101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,159,211); }

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

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

 a { background-color: rgb(148,159,211); }

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

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

 span { border-color: rgb(148,159,211); }

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