Html Css Color HEX #919DDB Portage

📋 copy color: '#919DDB'

red 145 ◦ green 157 ◦ blue 219

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

Shades of Portage #919DDB

Tints of Portage #919DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

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

R = 27.83%
G = 30.13%
B = 42.03%

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

#919DDB (or 0x919DDB) is known color: Portage. HEX triplet: 91, 9D and DB. RGB value is (145,157,219). Sum of RGB (Red+Green+Blue) = 145+157+219=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #919DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DDB is #6E6224. Grayscale: #A0A0A0. Windows color (decimal): -7234085 or 14392721. OLE color: 14392721.

HSL color Cylindrical-coordinate representation of color #919DDB: hue angle of 230.27º 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 #919DDB is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 157 219 -
CMYK 0.34 0.28 0 0.14
HSL 230.27º 0.51% 0.71% -
HSV(B) 230.27º 0.34% 0.86% -
XYZ 36.52 35.25 71.9 -
YUV 160.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 145 157 219 0.34 0.28 0 0.14 230.27 0.51 0.71
Hex 91 9D DB 22 1C 0 E E6 33 47
Octal 221 235 333 42 34 0 16 346 63 107
Binary 10010001 10011101 11011011 100010 11100 0 1110 11100110 110011 1000111

Color Harmonies of #919DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919DDB

Black with #919DDB

Text Example


Text Example

White with #919DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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