Html Css Color HEX #919FD1 Portage

📋 copy color: '#919FD1'

red 145 ◦ green 159 ◦ blue 209

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

Shades of Portage #919FD1

Tints of Portage #919FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.74%

R = 28.27%
G = 30.99%
B = 40.74%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#919FD1 (or 0x919FD1) is known color: Portage. HEX triplet: 91, 9F and D1. RGB value is (145,159,209). Sum of RGB (Red+Green+Blue) = 145+159+209=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #919FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FD1 is #6E602E. Grayscale: #A0A0A0. Windows color (decimal): -7233583 or 13737873. OLE color: 13737873.

HSL color Cylindrical-coordinate representation of color #919FD1: hue angle of 226.88º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #919FD1 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 159 209 -
CMYK 0.31 0.24 0 0.18
HSL 226.88º 0.41% 0.69% -
HSV(B) 226.88º 0.31% 0.82% -
XYZ 35.58 35.42 65.28 -
YUV 160.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 145 159 209 0.31 0.24 0 0.18 226.88 0.41 0.69
Hex 91 9F D1 1F 18 0 12 E3 29 45
Octal 221 237 321 37 30 0 22 343 51 105
Binary 10010001 10011111 11010001 11111 11000 0 10010 11100011 101001 1000101

Color Harmonies of #919FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919FD1

Black with #919FD1

Text Example


Text Example

White with #919FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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