#969AFA

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

Shades of Portage #969AFA

Tints of Portage #969AFA

Color information

#969AFA (or 0x969AFA) is unknown color: approx Portage. HEX triplet: 96, 9A and FA. RGB value is (150,154,250). Sum of RGB (Red+Green+Blue) = 150+154+250=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #969AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969AFA is #696505. Grayscale: #A3A3A3. Windows color (decimal): -6907142 or 16423574. OLE color: 16423574.

HSL color Cylindrical-coordinate representation of color #969AFA: hue angle of 237.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 #969AFA is Cyan = 0.4, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150154250-
CMYK0.40.3800.02
HSL237.6º90.91%78.43%-
HSV(B)237.6º40%98.04%-
XYZ41.3936.595.31-
YUV163.75176.67118.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=27.08%
G=27.80%
B=45.13%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501542500.40.3800.02237.690.9178.43
Hex969AFA282602ee5b4e
Octal226232372504602356133116
Binary1001011010011010111110101010001001100101110111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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