Html Css Color HEX #919BDD Portage

📋 copy color: '#919BDD'

red 145 ◦ green 155 ◦ blue 221

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

Shades of Portage #919BDD

Tints of Portage #919BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.75%

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

R = 27.83%
G = 29.75%
B = 42.42%

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

#919BDD (or 0x919BDD) is known color: Portage. HEX triplet: 91, 9B and DD. RGB value is (145,155,221). Sum of RGB (Red+Green+Blue) = 145+155+221=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #919BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BDD is #6E6422. Grayscale: #9F9F9F. Windows color (decimal): -7234595 or 14523281. OLE color: 14523281.

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

Color convert

RGB 145 155 221 -
CMYK 0.34 0.30 0 0.13
HSL 232.11º 0.53% 0.72% -
HSV(B) 232.11º 0.34% 0.87% -
XYZ 36.45 34.68 73.18 -
YUV 159.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 145 155 221 0.34 0.30 0 0.13 232.11 0.53 0.72
Hex 91 9B DD 22 1E 0 D E8 35 48
Octal 221 233 335 42 36 0 15 350 65 110
Binary 10010001 10011011 11011101 100010 11110 0 1101 11101000 110101 1001000

Color Harmonies of #919BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919BDD

Black with #919BDD

Text Example


Text Example

White with #919BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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