#9198D4

Color #9198D4 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9198D4

Tints of Portage #9198D4

Color information

#9198D4 (or 0x9198D4) is unknown color: approx Portage. HEX triplet: 91, 98 and D4. RGB value is (145,152,212). Sum of RGB (Red+Green+Blue) = 145+152+212=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #9198D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198D4 is #6E672B. Grayscale: #9C9C9C. Windows color (decimal): -7235372 or 13932689. OLE color: 13932689.

HSL color Cylindrical-coordinate representation of color #9198D4: hue angle of 233.73º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9198D4 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB145152212-
CMYK0.320.2800.17
HSL233.73º43.79%70%-
HSV(B)233.73º31.6%83.14%-
XYZ34.7933.2366.87-
YUV156.75159.18119.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.49%
GREEN value IS 152 (59.77% from 255) = 29.86%
BLUE value IS 212 (83.20% from 255) = 41.65%
R=28.49%
G=29.86%
B=41.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1451522120.320.2800.17233.7343.7970
Hex9198D4201C011ea2c46
Octal221230324403402135254106
Binary10010001100110001101010010000011100010001111010101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9198D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9198D4; }

 p { color: rgb(145,152,212); }

 H1.HeaderClassName
 {
   color: #9198D4;
 }
 .AnyTagClassName
 {
   color: #9198D4;
 }
</style>
background-color css

<style>
 a { background-color: #9198D4; }

 a { background-color: rgb(145,152,212); }

 div.DivClassName
 {
   background-color: #9198D4;
 }
 .BgClassName
 {
   background-color: #9198D4;
 }
</style>
border-color css

<style>
 span { border-color: #9198D4; }

 span { border-color: rgb(145,152,212); }

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