Html Css Color HEX #949EE2 Portage

📋 copy color: '#949EE2'

red 148 ◦ green 158 ◦ blue 226

#949EE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #949EE2

Tints of Portage #949EE2

RGB

 RED value IS 148 (58.2% from 255) = 27.82%

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 226 (88.67% from 255) = 42.48%

R = 27.82%
G = 29.7%
B = 42.48%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#949EE2 (or 0x949EE2) is known color: Portage. HEX triplet: 94, 9E and E2. RGB value is (148,158,226). Sum of RGB (Red+Green+Blue) = 148+158+226=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #949EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EE2 is #6B611D. Grayscale: #A2A2A2. Windows color (decimal): -7037214 or 14851732. OLE color: 14851732.

HSL color Cylindrical-coordinate representation of color #949EE2: hue angle of 232.31º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #949EE2 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 158 226 -
CMYK 0.35 0.30 0 0.11
HSL 232.31º 0.57% 0.73% -
HSV(B) 232.31º 0.35% 0.89% -
XYZ 38.17 36.24 76.94 -
YUV 162.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 148 158 226 0.35 0.30 0 0.11 232.31 0.57 0.73
Hex 94 9E E2 23 1E 0 B E8 39 49
Octal 224 236 342 43 36 0 13 350 71 111
Binary 10010100 10011110 11100010 100011 11110 0 1011 11101000 111001 1001001

Color Harmonies of #949EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EE2

Black with #949EE2

Text Example


Text Example

White with #949EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #949EE2;
 }
 .AnyTagClassName
 {
   color: #949EE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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