Html Css Color HEX #949EE0 Portage

📋 copy color: '#949EE0'

red 148 ◦ green 158 ◦ blue 224

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

Shades of Portage #949EE0

Tints of Portage #949EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 27.92%
G = 29.81%
B = 42.26%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#949EE0 (or 0x949EE0) is known color: Portage. HEX triplet: 94, 9E and E0. RGB value is (148,158,224). Sum of RGB (Red+Green+Blue) = 148+158+224=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #949EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EE0 is #6B611F. Grayscale: #A2A2A2. Windows color (decimal): -7037216 or 14720660. OLE color: 14720660.

HSL color Cylindrical-coordinate representation of color #949EE0: hue angle of 232.11º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949EE0 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 158 224 -
CMYK 0.34 0.29 0 0.12
HSL 232.11º 0.55% 0.73% -
HSV(B) 232.11º 0.34% 0.88% -
XYZ 37.89 36.13 75.5 -
YUV 162.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 148 158 224 0.34 0.29 0 0.12 232.11 0.55 0.73
Hex 94 9E E0 22 1D 0 C E8 37 49
Octal 224 236 340 42 35 0 14 350 67 111
Binary 10010100 10011110 11100000 100010 11101 0 1100 11101000 110111 1001001

Color Harmonies of #949EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EE0

Black with #949EE0

Text Example


Text Example

White with #949EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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