Html Css Color HEX #919ED1 Portage

📋 copy color: '#919ED1'

red 145 ◦ green 158 ◦ blue 209

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

Shades of Portage #919ED1

Tints of Portage #919ED1

RGB

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

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

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

R = 28.32%
G = 30.86%
B = 40.82%

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

#919ED1 (or 0x919ED1) is known color: Portage. HEX triplet: 91, 9E and D1. RGB value is (145,158,209). Sum of RGB (Red+Green+Blue) = 145+158+209=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #919ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ED1 is #6E612E. Grayscale: #9F9F9F. Windows color (decimal): -7233839 or 13737617. OLE color: 13737617.

HSL color Cylindrical-coordinate representation of color #919ED1: hue angle of 227.81º 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 #919ED1 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 158 209 -
CMYK 0.31 0.24 0 0.18
HSL 227.81º 0.41% 0.69% -
HSV(B) 227.81º 0.31% 0.82% -
XYZ 35.41 35.08 65.23 -
YUV 159.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 145 158 209 0.31 0.24 0 0.18 227.81 0.41 0.69
Hex 91 9E D1 1F 18 0 12 E4 29 45
Octal 221 236 321 37 30 0 22 344 51 105
Binary 10010001 10011110 11010001 11111 11000 0 10010 11100100 101001 1000101

Color Harmonies of #919ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919ED1

Black with #919ED1

Text Example


Text Example

White with #919ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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