#9698EE

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

Shades of Portage #9698EE

Tints of Portage #9698EE

Color information

#9698EE (or 0x9698EE) is unknown color: approx Portage. HEX triplet: 96, 98 and EE. RGB value is (150,152,238). Sum of RGB (Red+Green+Blue) = 150+152+238=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #9698EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9698EE is #696711. Grayscale: #A0A0A0. Windows color (decimal): -6907666 or 15636630. OLE color: 15636630.

HSL color Cylindrical-coordinate representation of color #9698EE: hue angle of 238.64º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9698EE is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150152238-
CMYK0.370.3600.07
HSL238.64º72.13%76.08%-
HSV(B)238.64º36.97%93.33%-
XYZ39.2435.1185.6-
YUV161.21171.34120.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 238 (93.36% from 255) = 44.07%
R=27.78%
G=28.15%
B=44.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501522380.370.3600.07238.6472.1376.08
Hex9698EE252407ef484c
Octal226230356454407357110114
Binary10010110100110001110111010010110010001111110111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9698EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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