#969FFA

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

Shades of Portage #969FFA

Tints of Portage #969FFA

Color information

#969FFA (or 0x969FFA) is unknown color: approx Portage. HEX triplet: 96, 9F and FA. RGB value is (150,159,250). Sum of RGB (Red+Green+Blue) = 150+159+250=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #969FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FFA is #696005. Grayscale: #A6A6A6. Windows color (decimal): -6905862 or 16424854. OLE color: 16424854.

HSL color Cylindrical-coordinate representation of color #969FFA: hue angle of 234.6º degrees, saturation: 0.91, 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 #969FFA is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150159250-
CMYK0.40.3600.02
HSL234.6º90.91%78.43%-
HSV(B)234.6º40%98.04%-
XYZ42.2338.1895.59-
YUV166.68175.02116.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=26.83%
G=28.44%
B=44.72%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501592500.40.3600.02234.690.9178.43
Hex969FFA282402eb5b4e
Octal226237372504402353133116
Binary1001011010011111111110101010001001000101110101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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