Html Css Color HEX #919FDA Portage

📋 copy color: '#919FDA'

red 145 ◦ green 159 ◦ blue 218

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

Shades of Portage #919FDA

Tints of Portage #919FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 27.78%
G = 30.46%
B = 41.76%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#919FDA (or 0x919FDA) is known color: Portage. HEX triplet: 91, 9F and DA. RGB value is (145,159,218). Sum of RGB (Red+Green+Blue) = 145+159+218=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #919FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FDA is #6E6025. Grayscale: #A1A1A1. Windows color (decimal): -7233574 or 14327697. OLE color: 14327697.

HSL color Cylindrical-coordinate representation of color #919FDA: hue angle of 228.49º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919FDA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 159 218 -
CMYK 0.33 0.27 0 0.15
HSL 228.49º 0.5% 0.71% -
HSV(B) 228.49º 0.33% 0.85% -
XYZ 36.73 35.88 71.32 -
YUV 161.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 145 159 218 0.33 0.27 0 0.15 228.49 0.5 0.71
Hex 91 9F DA 21 1B 0 F E4 32 47
Octal 221 237 332 41 33 0 17 344 62 107
Binary 10010001 10011111 11011010 100001 11011 0 1111 11100100 110010 1000111

Color Harmonies of #919FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919FDA

Black with #919FDA

Text Example


Text Example

White with #919FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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