Html Css Color HEX #919BC9 Portage

📋 copy color: '#919BC9'

red 145 ◦ green 155 ◦ blue 201

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

Shades of Portage #919BC9

Tints of Portage #919BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

 BLUE value IS 201 (78.91% from 255) = 40.12%

R = 28.94%
G = 30.94%
B = 40.12%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#919BC9 (or 0x919BC9) is known color: Portage. HEX triplet: 91, 9B and C9. RGB value is (145,155,201). Sum of RGB (Red+Green+Blue) = 145+155+201=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #919BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BC9 is #6E6436. Grayscale: #9D9D9D. Windows color (decimal): -7234615 or 13212561. OLE color: 13212561.

HSL color Cylindrical-coordinate representation of color #919BC9: hue angle of 229.29º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919BC9 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 155 201 -
CMYK 0.28 0.23 0 0.21
HSL 229.29º 0.34% 0.68% -
HSV(B) 229.29º 0.28% 0.79% -
XYZ 33.94 33.68 59.97 -
YUV 157.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 145 155 201 0.28 0.23 0 0.21 229.29 0.34 0.68
Hex 91 9B C9 1C 17 0 15 E5 22 44
Octal 221 233 311 34 27 0 25 345 42 104
Binary 10010001 10011011 11001001 11100 10111 0 10101 11100101 100010 1000100

Color Harmonies of #919BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919BC9

Black with #919BC9

Text Example


Text Example

White with #919BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,155,201); }

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

background-color css

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

 a { background-color: rgb(145,155,201); }

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

border-color css

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

 span { border-color: rgb(145,155,201); }

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