Html Css Color HEX #919FDE Portage

📋 copy color: '#919FDE'

red 145 ◦ green 159 ◦ blue 222

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

Shades of Portage #919FDE

Tints of Portage #919FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 27.57%
G = 30.23%
B = 42.21%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#919FDE (or 0x919FDE) is known color: Portage. HEX triplet: 91, 9F and DE. RGB value is (145,159,222). Sum of RGB (Red+Green+Blue) = 145+159+222=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #919FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FDE is #6E6021. Grayscale: #A1A1A1. Windows color (decimal): -7233570 or 14589841. OLE color: 14589841.

HSL color Cylindrical-coordinate representation of color #919FDE: hue angle of 229.09º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919FDE is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 159 222 -
CMYK 0.35 0.28 0 0.13
HSL 229.09º 0.54% 0.72% -
HSV(B) 229.09º 0.35% 0.87% -
XYZ 37.26 36.09 74.11 -
YUV 162 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 145 159 222 0.35 0.28 0 0.13 229.09 0.54 0.72
Hex 91 9F DE 23 1C 0 D E5 36 48
Octal 221 237 336 43 34 0 15 345 66 110
Binary 10010001 10011111 11011110 100011 11100 0 1101 11100101 110110 1001000

Color Harmonies of #919FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919FDE

Black with #919FDE

Text Example


Text Example

White with #919FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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