#969AF9

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

Shades of Portage #969AF9

Tints of Portage #969AF9

Color information

#969AF9 (or 0x969AF9) is unknown color: approx Portage. HEX triplet: 96, 9A and F9. RGB value is (150,154,249). Sum of RGB (Red+Green+Blue) = 150+154+249=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #969AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969AF9 is #696506. Grayscale: #A3A3A3. Windows color (decimal): -6907143 or 16358038. OLE color: 16358038.

HSL color Cylindrical-coordinate representation of color #969AF9: hue angle of 237.58º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #969AF9 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150154249-
CMYK0.400.3800.02
HSL237.58º89.19%78.24%-
HSV(B)237.58º39.76%97.65%-
XYZ41.2336.4394.48-
YUV163.63176.17118.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=27.12%
G=27.85%
B=45.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501542490.400.3800.02237.5889.1978.24
Hex969AF9282602ee594e
Octal226232371504602356131116
Binary1001011010011010111110011010001001100101110111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969AF9; }

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

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

<style>
 a { background-color: #969AF9; }

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

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

<style>
 span { border-color: #969AF9; }

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

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