#8798FD

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

Shades of Portage #8798FD

Tints of Portage #8798FD

Color information

#8798FD (or 0x8798FD) is unknown color: approx Portage. HEX triplet: 87, 98 and FD. RGB value is (135,152,253). Sum of RGB (Red+Green+Blue) = 135+152+253=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #8798FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8798FD is #786702. Grayscale: #9E9E9E. Windows color (decimal): -7890691 or 16619655. OLE color: 16619655.

HSL color Cylindrical-coordinate representation of color #8798FD: hue angle of 231.36º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8798FD is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135152253-
CMYK0.470.4000.01
HSL231.36º96.72%76.08%-
HSV(B)231.36º46.64%99.22%-
XYZ38.9534.797.57-
YUV158.43181.37111.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=25%
G=28.15%
B=46.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351522530.470.4000.01231.3696.7276.08
Hex8798FD2F2801e7614c
Octal207230375575001347141114
Binary100001111001100011111101101111101000011110011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8798FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8798FD; }

 p { color: rgb(135,152,253); }

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

<style>
 a { background-color: #8798FD; }

 a { background-color: rgb(135,152,253); }

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

<style>
 span { border-color: #8798FD; }

 span { border-color: rgb(135,152,253); }

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