Html Css Color HEX #919ED2 Portage

📋 copy color: '#919ED2'

red 145 ◦ green 158 ◦ blue 210

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

Shades of Portage #919ED2

Tints of Portage #919ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.94%

R = 28.27%
G = 30.8%
B = 40.94%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#919ED2 (or 0x919ED2) is known color: Portage. HEX triplet: 91, 9E and D2. RGB value is (145,158,210). Sum of RGB (Red+Green+Blue) = 145+158+210=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #919ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ED2 is #6E612D. Grayscale: #9F9F9F. Windows color (decimal): -7233838 or 13803153. OLE color: 13803153.

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

Color convert

RGB 145 158 210 -
CMYK 0.31 0.25 0 0.18
HSL 228º 0.42% 0.7% -
HSV(B) 228º 0.31% 0.82% -
XYZ 35.54 35.13 65.88 -
YUV 160.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 145 158 210 0.31 0.25 0 0.18 228 0.42 0.7
Hex 91 9E D2 1F 19 0 12 E4 2A 46
Octal 221 236 322 37 31 0 22 344 52 106
Binary 10010001 10011110 11010010 11111 11001 0 10010 11100100 101010 1000110

Color Harmonies of #919ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919ED2

Black with #919ED2

Text Example


Text Example

White with #919ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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