Html Css Color HEX #919FDB Portage

📋 copy color: '#919FDB'

red 145 ◦ green 159 ◦ blue 219

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

Shades of Portage #919FDB

Tints of Portage #919FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.4%

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

R = 27.72%
G = 30.4%
B = 41.87%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#919FDB (or 0x919FDB) is known color: Portage. HEX triplet: 91, 9F and DB. RGB value is (145,159,219). Sum of RGB (Red+Green+Blue) = 145+159+219=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #919FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FDB is #6E6024. Grayscale: #A1A1A1. Windows color (decimal): -7233573 or 14393233. OLE color: 14393233.

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

Color convert

RGB 145 159 219 -
CMYK 0.34 0.27 0 0.14
HSL 228.65º 0.51% 0.71% -
HSV(B) 228.65º 0.34% 0.86% -
XYZ 36.86 35.93 72.01 -
YUV 161.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 145 159 219 0.34 0.27 0 0.14 228.65 0.51 0.71
Hex 91 9F DB 22 1B 0 E E5 33 47
Octal 221 237 333 42 33 0 16 345 63 107
Binary 10010001 10011111 11011011 100010 11011 0 1110 11100101 110011 1000111

Color Harmonies of #919FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919FDB

Black with #919FDB

Text Example


Text Example

White with #919FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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