Html Css Color HEX #949EDC Portage

📋 copy color: '#949EDC'

red 148 ◦ green 158 ◦ blue 220

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

Shades of Portage #949EDC

Tints of Portage #949EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 28.14%
G = 30.04%
B = 41.83%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#949EDC (or 0x949EDC) is known color: Portage. HEX triplet: 94, 9E and DC. RGB value is (148,158,220). Sum of RGB (Red+Green+Blue) = 148+158+220=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #949EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EDC is #6B6123. Grayscale: #A1A1A1. Windows color (decimal): -7037220 or 14458516. OLE color: 14458516.

HSL color Cylindrical-coordinate representation of color #949EDC: hue angle of 231.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949EDC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 158 220 -
CMYK 0.33 0.28 0 0.14
HSL 231.67º 0.51% 0.72% -
HSV(B) 231.67º 0.33% 0.86% -
XYZ 37.36 35.92 72.67 -
YUV 162.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 148 158 220 0.33 0.28 0 0.14 231.67 0.51 0.72
Hex 94 9E DC 21 1C 0 E E8 33 48
Octal 224 236 334 41 34 0 16 350 63 110
Binary 10010100 10011110 11011100 100001 11100 0 1110 11101000 110011 1001000

Color Harmonies of #949EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EDC

Black with #949EDC

Text Example


Text Example

White with #949EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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