Html Css Color HEX #919FCC Portage

📋 copy color: '#919FCC'

red 145 ◦ green 159 ◦ blue 204

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

Shades of Portage #919FCC

Tints of Portage #919FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 28.54%
G = 31.3%
B = 40.16%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#919FCC (or 0x919FCC) is known color: Portage. HEX triplet: 91, 9F and CC. RGB value is (145,159,204). Sum of RGB (Red+Green+Blue) = 145+159+204=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #919FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FCC is #6E6033. Grayscale: #9F9F9F. Windows color (decimal): -7233588 or 13410193. OLE color: 13410193.

HSL color Cylindrical-coordinate representation of color #919FCC: hue angle of 225.76º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919FCC is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 159 204 -
CMYK 0.29 0.22 0 0.2
HSL 225.76º 0.37% 0.68% -
HSV(B) 225.76º 0.29% 0.8% -
XYZ 34.97 35.18 62.07 -
YUV 159.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 145 159 204 0.29 0.22 0 0.2 225.76 0.37 0.68
Hex 91 9F CC 1D 16 0 14 E2 25 44
Octal 221 237 314 35 26 0 24 342 45 104
Binary 10010001 10011111 11001100 11101 10110 0 10100 11100010 100101 1000100

Color Harmonies of #919FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919FCC

Black with #919FCC

Text Example


Text Example

White with #919FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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