#949CDA

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

Shades of Portage #949CDA

Tints of Portage #949CDA

Color information

#949CDA (or 0x949CDA) is unknown color: approx Portage. HEX triplet: 94, 9C and DA. RGB value is (148,156,218). Sum of RGB (Red+Green+Blue) = 148+156+218=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #949CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CDA is #6B6325. Grayscale: #A0A0A0. Windows color (decimal): -7037734 or 14326932. OLE color: 14326932.

HSL color Cylindrical-coordinate representation of color #949CDA: hue angle of 233.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949CDA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148156218-
CMYK0.320.2800.15
HSL233.14º48.61%71.76%-
HSV(B)233.14º32.11%85.49%-
XYZ36.7635.1371.17-
YUV160.68160.35118.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=28.35%
G=29.89%
B=41.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481562180.320.2800.15233.1448.6171.76
Hex949CDA201C0Fe93148
Octal224234332403401735161110
Binary1001010010011100110110101000001110001111111010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,156,218); }

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

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

 a { background-color: rgb(148,156,218); }

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

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

 span { border-color: rgb(148,156,218); }

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