Html Css Color HEX #919ADA Portage

📋 copy color: '#919ADA'

red 145 ◦ green 154 ◦ blue 218

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

Shades of Portage #919ADA

Tints of Portage #919ADA

RGB

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

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

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

R = 28.05%
G = 29.79%
B = 42.17%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#919ADA (or 0x919ADA) is known color: Portage. HEX triplet: 91, 9A and DA. RGB value is (145,154,218). Sum of RGB (Red+Green+Blue) = 145+154+218=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #919ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ADA is #6E6525. Grayscale: #9E9E9E. Windows color (decimal): -7234854 or 14326417. OLE color: 14326417.

HSL color Cylindrical-coordinate representation of color #919ADA: hue angle of 232.6º 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 #919ADA is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 154 218 -
CMYK 0.33 0.29 0 0.15
HSL 232.6º 0.5% 0.71% -
HSV(B) 232.6º 0.33% 0.85% -
XYZ 35.89 34.19 71.04 -
YUV 158.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 145 154 218 0.33 0.29 0 0.15 232.6 0.5 0.71
Hex 91 9A DA 21 1D 0 F E9 32 47
Octal 221 232 332 41 35 0 17 351 62 107
Binary 10010001 10011010 11011010 100001 11101 0 1111 11101001 110010 1000111

Color Harmonies of #919ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919ADA

Black with #919ADA

Text Example


Text Example

White with #919ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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