#9692F9

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

Shades of Portage #9692F9

Tints of Portage #9692F9

Color information

#9692F9 (or 0x9692F9) is unknown color: approx Portage. HEX triplet: 96, 92 and F9. RGB value is (150,146,249). Sum of RGB (Red+Green+Blue) = 150+146+249=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #9692F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9692F9 is #696D06. Grayscale: #9E9E9E. Windows color (decimal): -6909191 or 16355990. OLE color: 16355990.

HSL color Cylindrical-coordinate representation of color #9692F9: hue angle of 242.33º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9692F9 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150146249-
CMYK0.400.4100.02
HSL242.33º89.57%77.45%-
HSV(B)242.33º41.37%97.65%-
XYZ39.9633.8894.06-
YUV158.94178.83121.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=27.52%
G=26.79%
B=45.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501462490.400.4100.02242.3389.5777.45
Hex9692F9282902f25a4d
Octal226222371505102362132115
Binary1001011010010010111110011010001010010101111001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9692F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9692F9; }

 p { color: rgb(150,146,249); }

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

<style>
 a { background-color: #9692F9; }

 a { background-color: rgb(150,146,249); }

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

<style>
 span { border-color: #9692F9; }

 span { border-color: rgb(150,146,249); }

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