Html Css Color HEX #919ADD Portage

📋 copy color: '#919ADD'

red 145 ◦ green 154 ◦ blue 221

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

Shades of Portage #919ADD

Tints of Portage #919ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 27.88%
G = 29.62%
B = 42.5%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#919ADD (or 0x919ADD) is known color: Portage. HEX triplet: 91, 9A and DD. RGB value is (145,154,221). Sum of RGB (Red+Green+Blue) = 145+154+221=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #919ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ADD is #6E6522. Grayscale: #9E9E9E. Windows color (decimal): -7234851 or 14523025. OLE color: 14523025.

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

Color convert

RGB 145 154 221 -
CMYK 0.34 0.30 0 0.13
HSL 232.89º 0.53% 0.72% -
HSV(B) 232.89º 0.34% 0.87% -
XYZ 36.28 34.35 73.12 -
YUV 158.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 145 154 221 0.34 0.30 0 0.13 232.89 0.53 0.72
Hex 91 9A DD 22 1E 0 D E9 35 48
Octal 221 232 335 42 36 0 15 351 65 110
Binary 10010001 10011010 11011101 100010 11110 0 1101 11101001 110101 1001000

Color Harmonies of #919ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919ADD

Black with #919ADD

Text Example


Text Example

White with #919ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,154,221); }

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

background-color css

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

 a { background-color: rgb(145,154,221); }

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

border-color css

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

 span { border-color: rgb(145,154,221); }

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