Html Css Color HEX #919EDB Portage

📋 copy color: '#919EDB'

red 145 ◦ green 158 ◦ blue 219

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

Shades of Portage #919EDB

Tints of Portage #919EDB

RGB

 RED value IS 145 (57.03% from 255) = 27.78%

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 27.78%
G = 30.27%
B = 41.95%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#919EDB (or 0x919EDB) is known color: Portage. HEX triplet: 91, 9E and DB. RGB value is (145,158,219). Sum of RGB (Red+Green+Blue) = 145+158+219=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #919EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EDB is #6E6124. Grayscale: #A0A0A0. Windows color (decimal): -7233829 or 14392977. OLE color: 14392977.

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

Color convert

RGB 145 158 219 -
CMYK 0.34 0.28 0 0.14
HSL 229.46º 0.51% 0.71% -
HSV(B) 229.46º 0.34% 0.86% -
XYZ 36.69 35.59 71.95 -
YUV 161.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 145 158 219 0.34 0.28 0 0.14 229.46 0.51 0.71
Hex 91 9E DB 22 1C 0 E E5 33 47
Octal 221 236 333 42 34 0 16 345 63 107
Binary 10010001 10011110 11011011 100010 11100 0 1110 11100101 110011 1000111

Color Harmonies of #919EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EDB

Black with #919EDB

Text Example


Text Example

White with #919EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919EDB; }

 p { color: rgb(145,158,219); }

 H1.HeaderClassName
 {
   color: #919EDB;
 }
 .AnyTagClassName
 {
   color: #919EDB;
 }
</style>

background-color css

<style>
 a { background-color: #919EDB; }

 a { background-color: rgb(145,158,219); }

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

border-color css

<style>
 span { border-color: #919EDB; }

 span { border-color: rgb(145,158,219); }

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