Html Css Color HEX #949AE3 Portage

📋 copy color: '#949AE3'

red 148 ◦ green 154 ◦ blue 227

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

Shades of Portage #949AE3

Tints of Portage #949AE3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.11%

 BLUE value IS 227 (89.06% from 255) = 42.91%

R = 27.98%
G = 29.11%
B = 42.91%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#949AE3 (or 0x949AE3) is known color: Portage. HEX triplet: 94, 9A and E3. RGB value is (148,154,227). Sum of RGB (Red+Green+Blue) = 148+154+227=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #949AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AE3 is #6B651C. Grayscale: #A0A0A0. Windows color (decimal): -7038237 or 14916244. OLE color: 14916244.

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

Color convert

RGB 148 154 227 -
CMYK 0.35 0.32 0 0.11
HSL 235.44º 0.59% 0.74% -
HSV(B) 235.44º 0.35% 0.89% -
XYZ 37.63 34.95 77.44 -
YUV 160.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 148 154 227 0.35 0.32 0 0.11 235.44 0.59 0.74
Hex 94 9A E3 23 20 0 B EB 3B 4A
Octal 224 232 343 43 40 0 13 353 73 112
Binary 10010100 10011010 11100011 100011 100000 0 1011 11101011 111011 1001010

Color Harmonies of #949AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AE3

Black with #949AE3

Text Example


Text Example

White with #949AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,154,227); }

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

background-color css

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

 a { background-color: rgb(148,154,227); }

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

border-color css

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

 span { border-color: rgb(148,154,227); }

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