Html Css Color HEX #919DF9 Portage

📋 copy color: '#919DF9'

red 145 ◦ green 157 ◦ blue 249

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

Shades of Portage #919DF9

Tints of Portage #919DF9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.49%

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

R = 26.32%
G = 28.49%
B = 45.19%

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

#919DF9 (or 0x919DF9) is known color: Portage. HEX triplet: 91, 9D and F9. RGB value is (145,157,249). Sum of RGB (Red+Green+Blue) = 145+157+249=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #919DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DF9 is #6E6206. Grayscale: #A3A3A3. Windows color (decimal): -7234055 or 16358801. OLE color: 16358801.

HSL color Cylindrical-coordinate representation of color #919DF9: hue angle of 233.08º 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 #919DF9 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 157 249 -
CMYK 0.42 0.37 0 0.02
HSL 233.08º 0.9% 0.77% -
HSV(B) 233.08º 0.42% 0.98% -
XYZ 40.83 36.97 94.61 -
YUV 163.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 145 157 249 0.42 0.37 0 0.02 233.08 0.9 0.77
Hex 91 9D F9 2A 25 0 2 E9 5A 4D
Octal 221 235 371 52 45 0 2 351 132 115
Binary 10010001 10011101 11111001 101010 100101 0 10 11101001 1011010 1001101

Color Harmonies of #919DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919DF9

Black with #919DF9

Text Example


Text Example

White with #919DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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