#9694FA

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

Shades of Portage #9694FA

Tints of Portage #9694FA

Color information

#9694FA (or 0x9694FA) is unknown color: approx Portage. HEX triplet: 96, 94 and FA. RGB value is (150,148,250). Sum of RGB (Red+Green+Blue) = 150+148+250=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #9694FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9694FA is #696B05. Grayscale: #9F9F9F. Windows color (decimal): -6908678 or 16422038. OLE color: 16422038.

HSL color Cylindrical-coordinate representation of color #9694FA: hue angle of 241.18º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9694FA is Cyan = 0.4, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150148250-
CMYK0.40.4100.02
HSL241.18º91.07%78.04%-
HSV(B)241.18º40.8%98.04%-
XYZ40.4234.5794.98-
YUV160.23178.66120.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=27.37%
G=27.01%
B=45.62%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501482500.40.4100.02241.1891.0778.04
Hex9694FA282902f15b4e
Octal226224372505102361133116
Binary1001011010010100111110101010001010010101111000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9694FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9694FA; }

 p { color: rgb(150,148,250); }

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

<style>
 a { background-color: #9694FA; }

 a { background-color: rgb(150,148,250); }

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

<style>
 span { border-color: #9694FA; }

 span { border-color: rgb(150,148,250); }

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