#949CED

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

Shades of Portage #949CED

Tints of Portage #949CED

Color information

#949CED (or 0x949CED) is unknown color: approx Portage. HEX triplet: 94, 9C and ED. RGB value is (148,156,237). Sum of RGB (Red+Green+Blue) = 148+156+237=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #949CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CED is #6B6312. Grayscale: #A2A2A2. Windows color (decimal): -7037715 or 15572116. OLE color: 15572116.

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

Color convert

RGB148156237-
CMYK0.380.3400.07
HSL234.61º71.2%75.49%-
HSV(B)234.61º37.55%92.94%-
XYZ39.3936.1985.03-
YUV162.84169.85117.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=27.36%
G=28.84%
B=43.81%

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
Decimal1481562370.380.3400.07234.6171.275.49
Hex949CED262207eb474b
Octal224234355464207353107113
Binary10010100100111001110110110011010001001111110101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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