Html Css Color HEX #919BCD Portage

📋 copy color: '#919BCD'

red 145 ◦ green 155 ◦ blue 205

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

Shades of Portage #919BCD

Tints of Portage #919BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 28.71%
G = 30.69%
B = 40.59%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#919BCD (or 0x919BCD) is known color: Portage. HEX triplet: 91, 9B and CD. RGB value is (145,155,205). Sum of RGB (Red+Green+Blue) = 145+155+205=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #919BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BCD is #6E6432. Grayscale: #9D9D9D. Windows color (decimal): -7234611 or 13474705. OLE color: 13474705.

HSL color Cylindrical-coordinate representation of color #919BCD: hue angle of 230º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919BCD is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 155 205 -
CMYK 0.29 0.24 0 0.20
HSL 230º 0.38% 0.69% -
HSV(B) 230º 0.29% 0.8% -
XYZ 34.42 33.87 62.48 -
YUV 157.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 145 155 205 0.29 0.24 0 0.20 230 0.38 0.69
Hex 91 9B CD 1D 18 0 14 E6 26 45
Octal 221 233 315 35 30 0 24 346 46 105
Binary 10010001 10011011 11001101 11101 11000 0 10100 11100110 100110 1000101

Color Harmonies of #919BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919BCD

Black with #919BCD

Text Example


Text Example

White with #919BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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