#949CEE

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

Shades of Portage #949CEE

Tints of Portage #949CEE

Color information

#949CEE (or 0x949CEE) is unknown color: approx Portage. HEX triplet: 94, 9C and EE. RGB value is (148,156,238). Sum of RGB (Red+Green+Blue) = 148+156+238=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #949CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CEE is #6B6311. Grayscale: #A2A2A2. Windows color (decimal): -7037714 or 15637652. OLE color: 15637652.

HSL color Cylindrical-coordinate representation of color #949CEE: hue angle of 234.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949CEE is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148156238-
CMYK0.380.3400.07
HSL234.67º72.58%75.69%-
HSV(B)234.67º37.82%93.33%-
XYZ39.5336.2585.8-
YUV162.96170.35117.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=27.31%
G=28.78%
B=43.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481562380.380.3400.07234.6772.5875.69
Hex949CEE262207eb494c
Octal224234356464207353111114
Binary10010100100111001110111010011010001001111110101110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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