Html Css Color HEX #919CDD Portage

📋 copy color: '#919CDD'

red 145 ◦ green 156 ◦ blue 221

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

Shades of Portage #919CDD

Tints of Portage #919CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

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

R = 27.78%
G = 29.89%
B = 42.34%

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

#919CDD (or 0x919CDD) is known color: Portage. HEX triplet: 91, 9C and DD. RGB value is (145,156,221). Sum of RGB (Red+Green+Blue) = 145+156+221=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #919CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CDD is #6E6322. Grayscale: #9F9F9F. Windows color (decimal): -7234339 or 14523537. OLE color: 14523537.

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

Color convert

RGB 145 156 221 -
CMYK 0.34 0.29 0 0.13
HSL 231.32º 0.53% 0.72% -
HSV(B) 231.32º 0.34% 0.87% -
XYZ 36.62 35.02 73.24 -
YUV 160.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 145 156 221 0.34 0.29 0 0.13 231.32 0.53 0.72
Hex 91 9C DD 22 1D 0 D E7 35 48
Octal 221 234 335 42 35 0 15 347 65 110
Binary 10010001 10011100 11011101 100010 11101 0 1101 11100111 110101 1001000

Color Harmonies of #919CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919CDD

Black with #919CDD

Text Example


Text Example

White with #919CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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