#949DCE

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

Shades of Portage #949DCE

Tints of Portage #949DCE

Color information

#949DCE (or 0x949DCE) is unknown color: approx Portage. HEX triplet: 94, 9D and CE. RGB value is (148,157,206). Sum of RGB (Red+Green+Blue) = 148+157+206=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #949DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DCE is #6B6231. Grayscale: #9F9F9F. Windows color (decimal): -7037490 or 13540756. OLE color: 13540756.

HSL color Cylindrical-coordinate representation of color #949DCE: hue angle of 230.69º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #949DCE is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148157206-
CMYK0.280.2400.19
HSL230.69º37.18%69.41%-
HSV(B)230.69º28.16%80.78%-
XYZ35.4134.8763.26-
YUV159.9154.02119.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=28.96%
G=30.72%
B=40.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481572060.280.2400.19230.6937.1869.41
Hex949DCE1C18013e72545
Octal224235316343002334745105
Binary1001010010011101110011101110011000010011111001111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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