Html Css Color HEX #919EF9 Portage

📋 copy color: '#919EF9'

red 145 ◦ green 158 ◦ blue 249

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

Shades of Portage #919EF9

Tints of Portage #919EF9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.62%

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 26.27%
G = 28.62%
B = 45.11%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#919EF9 (or 0x919EF9) is known color: Portage. HEX triplet: 91, 9E and F9. RGB value is (145,158,249). Sum of RGB (Red+Green+Blue) = 145+158+249=552 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.27% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #919EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EF9 is #6E6106. Grayscale: #A4A4A4. Windows color (decimal): -7233799 or 16359057. OLE color: 16359057.

HSL color Cylindrical-coordinate representation of color #919EF9: hue angle of 232.5º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #919EF9 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 158 249 -
CMYK 0.42 0.37 0 0.02
HSL 232.5º 0.9% 0.77% -
HSV(B) 232.5º 0.42% 0.98% -
XYZ 41 37.31 94.66 -
YUV 164.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 145 158 249 0.42 0.37 0 0.02 232.5 0.9 0.77
Hex 91 9E F9 2A 25 0 2 E8 5A 4D
Octal 221 236 371 52 45 0 2 350 132 115
Binary 10010001 10011110 11111001 101010 100101 0 10 11101000 1011010 1001101

Color Harmonies of #919EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EF9

Black with #919EF9

Text Example


Text Example

White with #919EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,158,249); }

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

background-color css

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

 a { background-color: rgb(145,158,249); }

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

border-color css

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

 span { border-color: rgb(145,158,249); }

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