Html Css Color HEX #919FCD Portage

📋 copy color: '#919FCD'

red 145 ◦ green 159 ◦ blue 205

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

Shades of Portage #919FCD

Tints of Portage #919FCD

RGB

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

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

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

R = 28.49%
G = 31.24%
B = 40.28%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#919FCD (or 0x919FCD) is known color: Portage. HEX triplet: 91, 9F and CD. RGB value is (145,159,205). Sum of RGB (Red+Green+Blue) = 145+159+205=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #919FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FCD is #6E6032. Grayscale: #9F9F9F. Windows color (decimal): -7233587 or 13475729. OLE color: 13475729.

HSL color Cylindrical-coordinate representation of color #919FCD: hue angle of 226º 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 #919FCD is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 159 205 -
CMYK 0.29 0.22 0 0.20
HSL 226º 0.38% 0.69% -
HSV(B) 226º 0.29% 0.8% -
XYZ 35.09 35.22 62.71 -
YUV 160.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 145 159 205 0.29 0.22 0 0.20 226 0.38 0.69
Hex 91 9F CD 1D 16 0 14 E2 26 45
Octal 221 237 315 35 26 0 24 342 46 105
Binary 10010001 10011111 11001101 11101 10110 0 10100 11100010 100110 1000101

Color Harmonies of #919FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919FCD

Black with #919FCD

Text Example


Text Example

White with #919FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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