Html Css Color HEX #919DDD Portage

📋 copy color: '#919DDD'

red 145 ◦ green 157 ◦ blue 221

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

Shades of Portage #919DDD

Tints of Portage #919DDD

RGB

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

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

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

R = 27.72%
G = 30.02%
B = 42.26%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#919DDD (or 0x919DDD) is known color: Portage. HEX triplet: 91, 9D and DD. RGB value is (145,157,221). Sum of RGB (Red+Green+Blue) = 145+157+221=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #919DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DDD is #6E6222. Grayscale: #A0A0A0. Windows color (decimal): -7234083 or 14523793. OLE color: 14523793.

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

Color convert

RGB 145 157 221 -
CMYK 0.34 0.29 0 0.13
HSL 230.53º 0.53% 0.72% -
HSV(B) 230.53º 0.34% 0.87% -
XYZ 36.79 35.35 73.29 -
YUV 160.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 145 157 221 0.34 0.29 0 0.13 230.53 0.53 0.72
Hex 91 9D DD 22 1D 0 D E7 35 48
Octal 221 235 335 42 35 0 15 347 65 110
Binary 10010001 10011101 11011101 100010 11101 0 1101 11100111 110101 1001000

Color Harmonies of #919DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919DDD

Black with #919DDD

Text Example


Text Example

White with #919DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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