#949DCF

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

Shades of Portage #949DCF

Tints of Portage #949DCF

Color information

#949DCF (or 0x949DCF) is unknown color: approx Portage. HEX triplet: 94, 9D and CF. RGB value is (148,157,207). Sum of RGB (Red+Green+Blue) = 148+157+207=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #949DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DCF is #6B6230. Grayscale: #9F9F9F. Windows color (decimal): -7037489 or 13606292. OLE color: 13606292.

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

Color convert

RGB148157207-
CMYK0.290.2400.19
HSL230.85º38.06%69.61%-
HSV(B)230.85º28.5%81.18%-
XYZ35.5334.9163.9-
YUV160.01154.52119.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=28.91%
G=30.66%
B=40.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481572070.290.2400.19230.8538.0669.61
Hex949DCF1D18013e72646
Octal224235317353002334746106
Binary1001010010011101110011111110111000010011111001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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