Html Css Color HEX #949EDE Portage

📋 copy color: '#949EDE'

red 148 ◦ green 158 ◦ blue 222

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

Shades of Portage #949EDE

Tints of Portage #949EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 28.03%
G = 29.92%
B = 42.05%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#949EDE (or 0x949EDE) is known color: Portage. HEX triplet: 94, 9E and DE. RGB value is (148,158,222). Sum of RGB (Red+Green+Blue) = 148+158+222=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #949EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EDE is #6B6121. Grayscale: #A2A2A2. Windows color (decimal): -7037218 or 14589588. OLE color: 14589588.

HSL color Cylindrical-coordinate representation of color #949EDE: hue angle of 231.89º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949EDE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 158 222 -
CMYK 0.33 0.29 0 0.13
HSL 231.89º 0.53% 0.73% -
HSV(B) 231.89º 0.33% 0.87% -
XYZ 37.62 36.02 74.08 -
YUV 162.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 148 158 222 0.33 0.29 0 0.13 231.89 0.53 0.73
Hex 94 9E DE 21 1D 0 D E8 35 49
Octal 224 236 336 41 35 0 15 350 65 111
Binary 10010100 10011110 11011110 100001 11101 0 1101 11101000 110101 1001001

Color Harmonies of #949EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EDE

Black with #949EDE

Text Example


Text Example

White with #949EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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