#9695FC

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

Shades of Portage #9695FC

Tints of Portage #9695FC

Color information

#9695FC (or 0x9695FC) is unknown color: approx Portage. HEX triplet: 96, 95 and FC. RGB value is (150,149,252). Sum of RGB (Red+Green+Blue) = 150+149+252=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #9695FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9695FC is #696A03. Grayscale: #A0A0A0. Windows color (decimal): -6908420 or 16553366. OLE color: 16553366.

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

Color convert

RGB150149252-
CMYK0.400.4100.01
HSL240.58º94.5%78.63%-
HSV(B)240.58º40.87%98.82%-
XYZ40.935.0196.7-
YUV161.04179.33120.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=27.22%
G=27.04%
B=45.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501492520.400.4100.01240.5894.578.63
Hex9695FC282901f15e4f
Octal226225374505101361136117
Binary100101101001010111111100101000101001011111000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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