#9695EE

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

Shades of Portage #9695EE

Tints of Portage #9695EE

Color information

#9695EE (or 0x9695EE) is unknown color: approx Portage. HEX triplet: 96, 95 and EE. RGB value is (150,149,238). Sum of RGB (Red+Green+Blue) = 150+149+238=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #9695EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9695EE is #696A11. Grayscale: #9F9F9F. Windows color (decimal): -6908434 or 15635862. OLE color: 15635862.

HSL color Cylindrical-coordinate representation of color #9695EE: hue angle of 240.67º 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 #9695EE is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150149238-
CMYK0.370.3700.07
HSL240.67º72.36%75.88%-
HSV(B)240.67º37.39%93.33%-
XYZ38.7634.1585.44-
YUV159.44172.33121.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=27.93%
G=27.75%
B=44.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501492380.370.3700.07240.6772.3675.88
Hex9695EE252507f1484c
Octal226225356454507361110114
Binary10010110100101011110111010010110010101111111000110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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