#9698E1

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

Shades of Portage #9698E1

Tints of Portage #9698E1

Color information

#9698E1 (or 0x9698E1) is unknown color: approx Portage. HEX triplet: 96, 98 and E1. RGB value is (150,152,225). Sum of RGB (Red+Green+Blue) = 150+152+225=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #9698E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698E1 is #69671E. Grayscale: #9F9F9F. Windows color (decimal): -6907679 or 14784662. OLE color: 14784662.

HSL color Cylindrical-coordinate representation of color #9698E1: hue angle of 238.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9698E1 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB150152225-
CMYK0.330.3200.12
HSL238.4º55.56%73.53%-
HSV(B)238.4º33.33%88.24%-
XYZ37.434.3875.9-
YUV159.72164.84121.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=28.46%
G=28.84%
B=42.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1501522250.330.3200.12238.455.5673.53
Hex9698E121200Cee384a
Octal226230341414001435670112
Binary10010110100110001110000110000110000001100111011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9698E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9698E1; }

 p { color: rgb(150,152,225); }

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

<style>
 a { background-color: #9698E1; }

 a { background-color: rgb(150,152,225); }

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

<style>
 span { border-color: #9698E1; }

 span { border-color: rgb(150,152,225); }

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