Html Css Color HEX #919CC6 Portage

📋 copy color: '#919CC6'

red 145 ◦ green 156 ◦ blue 198

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

Shades of Portage #919CC6

Tints of Portage #919CC6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.26%

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 29.06%
G = 31.26%
B = 39.68%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#919CC6 (or 0x919CC6) is known color: Portage. HEX triplet: 91, 9C and C6. RGB value is (145,156,198). Sum of RGB (Red+Green+Blue) = 145+156+198=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #919CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CC6 is #6E6339. Grayscale: #9D9D9D. Windows color (decimal): -7234362 or 13016209. OLE color: 13016209.

HSL color Cylindrical-coordinate representation of color #919CC6: hue angle of 227.55º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #919CC6 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 156 198 -
CMYK 0.27 0.21 0 0.22
HSL 227.55º 0.32% 0.67% -
HSV(B) 227.55º 0.27% 0.78% -
XYZ 33.76 33.87 58.19 -
YUV 157.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 145 156 198 0.27 0.21 0 0.22 227.55 0.32 0.67
Hex 91 9C C6 1B 15 0 16 E4 20 43
Octal 221 234 306 33 25 0 26 344 40 103
Binary 10010001 10011100 11000110 11011 10101 0 10110 11100100 100000 1000011

Color Harmonies of #919CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919CC6

Black with #919CC6

Text Example


Text Example

White with #919CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,156,198); }

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

background-color css

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

 a { background-color: rgb(145,156,198); }

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

border-color css

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

 span { border-color: rgb(145,156,198); }

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