Html Css Color HEX #919FCE Portage

📋 copy color: '#919FCE'

red 145 ◦ green 159 ◦ blue 206

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

Shades of Portage #919FCE

Tints of Portage #919FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 28.43%
G = 31.18%
B = 40.39%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#919FCE (or 0x919FCE) is known color: Portage. HEX triplet: 91, 9F and CE. RGB value is (145,159,206). Sum of RGB (Red+Green+Blue) = 145+159+206=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #919FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FCE is #6E6031. Grayscale: #9F9F9F. Windows color (decimal): -7233586 or 13541265. OLE color: 13541265.

HSL color Cylindrical-coordinate representation of color #919FCE: hue angle of 226.23º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919FCE is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 159 206 -
CMYK 0.30 0.23 0 0.19
HSL 226.23º 0.38% 0.69% -
HSV(B) 226.23º 0.3% 0.81% -
XYZ 35.22 35.27 63.34 -
YUV 160.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 145 159 206 0.30 0.23 0 0.19 226.23 0.38 0.69
Hex 91 9F CE 1E 17 0 13 E2 26 45
Octal 221 237 316 36 27 0 23 342 46 105
Binary 10010001 10011111 11001110 11110 10111 0 10011 11100010 100110 1000101

Color Harmonies of #919FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919FCE

Black with #919FCE

Text Example


Text Example

White with #919FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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