Html Css Color HEX #919CD9 Portage

📋 copy color: '#919CD9'

red 145 ◦ green 156 ◦ blue 217

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

Shades of Portage #919CD9

Tints of Portage #919CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 27.99%
G = 30.12%
B = 41.89%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#919CD9 (or 0x919CD9) is known color: Portage. HEX triplet: 91, 9C and D9. RGB value is (145,156,217). Sum of RGB (Red+Green+Blue) = 145+156+217=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #919CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CD9 is #6E6326. Grayscale: #9F9F9F. Windows color (decimal): -7234343 or 14261393. OLE color: 14261393.

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

Color convert

RGB 145 156 217 -
CMYK 0.33 0.28 0 0.15
HSL 230.83º 0.49% 0.71% -
HSV(B) 230.83º 0.33% 0.85% -
XYZ 36.09 34.81 70.46 -
YUV 159.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 145 156 217 0.33 0.28 0 0.15 230.83 0.49 0.71
Hex 91 9C D9 21 1C 0 F E7 31 47
Octal 221 234 331 41 34 0 17 347 61 107
Binary 10010001 10011100 11011001 100001 11100 0 1111 11100111 110001 1000111

Color Harmonies of #919CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919CD9

Black with #919CD9

Text Example


Text Example

White with #919CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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