#949EEF

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

Shades of Portage #949EEF

Tints of Portage #949EEF

Color information

#949EEF (or 0x949EEF) is unknown color: approx Portage. HEX triplet: 94, 9E and EF. RGB value is (148,158,239). Sum of RGB (Red+Green+Blue) = 148+158+239=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #949EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EEF is #6B6110. Grayscale: #A3A3A3. Windows color (decimal): -7037201 or 15703700. OLE color: 15703700.

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

Color convert

RGB148158239-
CMYK0.380.3400.06
HSL233.41º73.98%75.88%-
HSV(B)233.41º38.08%93.73%-
XYZ40.0236.9886.69-
YUV164.24170.19116.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=27.16%
G=28.99%
B=43.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481582390.380.3400.06233.4173.9875.88
Hex949EEF262206e94a4c
Octal224236357464206351112114
Binary10010100100111101110111110011010001001101110100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,158,239); }

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

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

 a { background-color: rgb(148,158,239); }

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

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

 span { border-color: rgb(148,158,239); }

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