#738CD5

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

Shades of Portage #738CD5

Tints of Portage #738CD5

Color information

#738CD5 (or 0x738CD5) is unknown color: approx Portage. HEX triplet: 73, 8C and D5. RGB value is (115,140,213). Sum of RGB (Red+Green+Blue) = 115+140+213=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #738CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CD5 is #8C732A. Grayscale: #8C8C8C. Windows color (decimal): -9204523 or 13995123. OLE color: 13995123.

HSL color Cylindrical-coordinate representation of color #738CD5: hue angle of 224.69º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #738CD5 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115140213-
CMYK0.460.3400.16
HSL224.69º53.85%64.31%-
HSV(B)224.69º46.01%83.53%-
XYZ28.4627.2166.7-
YUV140.85168.72109.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.57%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 213 (83.59% from 255) = 45.51%
R=24.57%
G=29.91%
B=45.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151402130.460.3400.16224.6953.8564.31
Hex738CD52E22010e13640
Octal163214325564202034166100
Binary11100111000110011010101101110100010010000111000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738CD5; }

 p { color: rgb(115,140,213); }

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

<style>
 a { background-color: #738CD5; }

 a { background-color: rgb(115,140,213); }

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

<style>
 span { border-color: #738CD5; }

 span { border-color: rgb(115,140,213); }

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