#9698FF

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

Shades of Portage #9698FF

Tints of Portage #9698FF

Color information

#9698FF (or 0x9698FF) is unknown color: approx Portage. HEX triplet: 96, 98 and FF. RGB value is (150,152,255). Sum of RGB (Red+Green+Blue) = 150+152+255=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #9698FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9698FF is #696700. Grayscale: #A2A2A2. Windows color (decimal): -6907649 or 16750742. OLE color: 16750742.

HSL color Cylindrical-coordinate representation of color #9698FF: hue angle of 238.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9698FF is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150152255-
CMYK0.410.4000
HSL238.86º100%79.41%-
HSV(B)238.86º41.18%100%-
XYZ41.8636.1699.38-
YUV163.14179.84118.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 255 (100% from 255) = 45.78%
R=26.93%
G=27.29%
B=45.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501522550.410.4000238.8610079.41
Hex9698FF292800ef644f
Octal226230377515000357144117
Binary100101101001100011111111101001101000001110111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9698FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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